mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +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.config = ConfigManager("hostlist.conf", DEFAULT_CONFIG)
|
||||||
self.connection_manager = self.glade.get_widget("connection_manager")
|
self.connection_manager = self.glade.get_widget("connection_manager")
|
||||||
self.hostlist = self.glade.get_widget("hostlist")
|
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(
|
self.glade.get_widget("image1").set_from_pixbuf(
|
||||||
deluge.common.get_logo(32))
|
deluge.common.get_logo(32))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue