Fix icon on ConnectionManager.

This commit is contained in:
Andrew Resch 2007-10-24 10:11:27 +00:00
parent 1144ee802f
commit 294945dca2

View file

@ -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))