mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
new interface
This commit is contained in:
parent
6511e33b3e
commit
919b192dd4
2 changed files with 703 additions and 1128 deletions
|
@ -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
Loading…
Add table
Reference in a new issue