plugins/web_bookmarks/lib/web_bookmarks/commands.rb in redcar-0.11.0dev vs plugins/web_bookmarks/lib/web_bookmarks/commands.rb in redcar-0.11
- old
+ new
@@ -2,10 +2,10 @@
require 'java'
module Redcar
class WebBookmarks
- class ShowTree < Redcar::Command
+ class ShowWebBookmarksCommand < Redcar::Command
sensitize :open_project
def execute
if tree = win.treebook.trees.detect {|tree| tree.tree_mirror.title == TREE_TITLE }
tree.refresh
win.treebook.focus_tree(tree)
\ No newline at end of file