new interface

This commit is contained in:
Zach Tibbitts 2006-12-12 22:56:46 +00:00
parent 6511e33b3e
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,
"plugins_clicked": self.prf.show_plugins,
## Torrent Menu
"show_info": self.show_info_pane,
## Help Menu
"show_about_dialog": self.abt.show,
}
@ -97,11 +96,6 @@ class DelugeGTK:
def add_torrent(self, obj):
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
if __name__ == "__main__":

File diff suppressed because it is too large Load Diff