Changeset eeac8ef
- Timestamp:
- 12/14/2009 12:48:18 AM (15 years ago)
- Children:
- e27c38
- Parents:
- f59901c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
rf59901c reeac8ef 27 27 * Fix issue where hosts will show up erroneously as Offline 28 28 * Add #891 remove torrents by pressing the Delete key 29 * Fix issue where stoping a daemon that you aren't connected to causes the 30 gtkui to shutdown the currently connected daemon. 29 31 30 32 ==== Console ==== -
deluge/ui/gtkui/connectionmanager.py
rf59901c reeac8ef 527 527 # Update display to show change 528 528 self.__update_list() 529 if client.connected() :529 if client.connected() and client.connection_info() == (host, port, user): 530 530 client.daemon.shutdown().addCallback(on_daemon_shutdown) 531 531 else:
Note:
See TracChangeset
for help on using the changeset viewer.