Skip to content

Commit

Permalink
make sure removed-selected-project works
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuredelstein committed Sep 10, 2012
1 parent 2a09746 commit f2fcc7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/clooj/project.clj
Expand Up @@ -189,6 +189,7 @@
(JOptionPane/showMessageDialog nil "Unable to move project.")))))

(defn remove-selected-project [app]
(apply swap! project-set disj (get-selected-projects app))
(apply swap! project-set disj (map #(.getAbsolutePath %)
(get-selected-projects app)))
(update-project-tree (app :docs-tree)))

0 comments on commit f2fcc7b

Please sign in to comment.