mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix icon on ConnectionManager.
This commit is contained in:
parent
1144ee802f
commit
294945dca2
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ class ConnectionManager(component.Component):
|
|||
self.config = ConfigManager("hostlist.conf", DEFAULT_CONFIG)
|
||||
self.connection_manager = self.glade.get_widget("connection_manager")
|
||||
self.hostlist = self.glade.get_widget("hostlist")
|
||||
#self.connection_manager.set_icon(deluge.common.get_logo(32))
|
||||
|
||||
self.connection_manager.set_icon(deluge.common.get_logo(32))
|
||||
|
||||
self.glade.get_widget("image1").set_from_pixbuf(
|
||||
deluge.common.get_logo(32))
|
||||
|
|
Loading…
Add table
Reference in a new issue