mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 01:48:40 +00:00
Remove some left overs.
This commit is contained in:
parent
f87ed6d5a6
commit
312a57aa50
2 changed files with 0 additions and 9 deletions
|
@ -754,11 +754,3 @@ class ConnectionManager(component.Component):
|
||||||
config["hosts"][idx][3] = localclient_username
|
config["hosts"][idx][3] = localclient_username
|
||||||
config["hosts"][idx][4] = localclient_password
|
config["hosts"][idx][4] = localclient_password
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
|
||||||
# # These handlers are defined on the GTK builder file but they were not used on this code.
|
|
||||||
# # Let's just stop the RuntimeWarning's until we find out if we really needed these handlers.
|
|
||||||
# def __dummy_gtkbuilder_handler(self, *a, **k): pass
|
|
||||||
# on_chk_donotshow_toggled = __dummy_gtkbuilder_handler
|
|
||||||
# on_chk_autostart_toggled = __dummy_gtkbuilder_handler
|
|
||||||
# on_chk_autoconnect_toggled = __dummy_gtkbuilder_handler
|
|
||||||
|
|
|
@ -380,7 +380,6 @@ class MenuBar(component.Component):
|
||||||
self.move_storage_dialog.show()
|
self.move_storage_dialog.show()
|
||||||
|
|
||||||
def on_menuitem_queue_top_activate(self, value):
|
def on_menuitem_queue_top_activate(self, value):
|
||||||
print 1234567, '\n\n\n'
|
|
||||||
log.debug("on_menuitem_queue_top_activate")
|
log.debug("on_menuitem_queue_top_activate")
|
||||||
client.core.queue_top(component.get("TorrentView").get_selected_torrents())
|
client.core.queue_top(component.get("TorrentView").get_selected_torrents())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue