Fix connection manager 'add host' due to common changes

This commit is contained in:
Andrew Resch 2008-10-18 04:15:55 +00:00
parent da2499faa6
commit a7068af238
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class ConnectionManager(component.Component):
def on_button_addhost_clicked(self, widget):
log.debug("on_button_addhost_clicked")
dialog = self.glade.get_widget("addhost_dialog")
dialog.set_icon(deluge.common.get_logo(16))
dialog.set_icon(common.get_logo(16))
hostname_entry = self.glade.get_widget("entry_hostname")
port_spinbutton = self.glade.get_widget("spinbutton_port")
response = dialog.run()