Mercurial > MadButterfly
diff pyink/pyink.py @ 1326:0a2034f490e5
Show/hide components by showing/hiding component group.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sun, 30 Jan 2011 21:58:57 +0800 |
parents | ffbbd3aa218d |
children | 599b606c4669 |
line wrap: on
line diff
--- a/pyink/pyink.py Sun Jan 30 20:42:53 2011 +0800 +++ b/pyink/pyink.py Sun Jan 30 21:58:57 2011 +0800 @@ -26,8 +26,6 @@ mbscene.show() all_desktop_mbscenes[desktop] = mbscene - - print hash(desktop) pass @@ -54,7 +52,6 @@ def pyink_context_menu(view, item, menu_factory): - print hash(view) if view in all_desktop_mbscenes: mbscene = all_desktop_mbscenes[view] mbscene.context_menu(item, menu_factory)