mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
Fix connection manager 'add host' due to common changes
This commit is contained in:
parent
da2499faa6
commit
a7068af238
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue