Fix icon on ConnectionManager.
This commit is contained in:
parent
1144ee802f
commit
294945dca2
@ -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…
x
Reference in New Issue
Block a user