mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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,
|
"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
Loading…
Add table
Add a link
Reference in a new issue