Skip to content

Commit

Permalink
fix wrong argument
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed May 12, 2010
1 parent 00cd88b commit e3b2068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/project/lib/project.rb
Expand Up @@ -23,7 +23,7 @@ def self.window_projects
def initialize(path)
@path = File.expand_path(path)
dir_mirror = Project::DirMirror.new(path)
if dir_mirror.exist?(path)
if dir_mirror.exists?
@tree = Tree.new(dir_mirror, Project::DirController.new)
@window = nil
file_list_resource.compute
Expand Down

0 comments on commit e3b2068

Please sign in to comment.