new interface

This commit is contained in:
Zach Tibbitts 2006-12-12 22:56:46 +00:00
commit 919b192dd4
2 changed files with 703 additions and 1128 deletions

View file

@ -57,7 +57,6 @@ class DelugeGTK:
"pref_clicked": self.prf.show_pref, "pref_clicked": self.prf.show_pref,
"plugins_clicked": self.prf.show_plugins, "plugins_clicked": self.prf.show_plugins,
## Torrent Menu ## Torrent Menu
"show_info": self.show_info_pane,
## Help Menu ## Help Menu
"show_about_dialog": self.abt.show, "show_about_dialog": self.abt.show,
} }
@ -97,11 +96,6 @@ class DelugeGTK:
def add_torrent(self, obj): def add_torrent(self, obj):
pass pass
def show_info_pane(self, obj):
if(obj.get_active()):
self.wtree.get_widget("torrent_info").show()
else:
self.wtree.get_widget("torrent_info").hide()
## For testing purposes, create a copy of the interface ## For testing purposes, create a copy of the interface
if __name__ == "__main__": if __name__ == "__main__":

File diff suppressed because it is too large Load diff