mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
temp fix to prevent plugin from crashing deluge
This commit is contained in:
parent
c3e960aa86
commit
4d05a9dfc9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class plugin_Search:
|
|||
f.close()
|
||||
glade = gtk.glade.XML(path + "/searchdlg.glade")
|
||||
self.dlg = glade.get_widget("search_dialog")
|
||||
self.dlg.set_icon_from_file(deluge.common.get_pixmap("deluge32.png"))
|
||||
# self.dlg.set_icon_from_file(deluge.common.get_pixmap("deluge32.png"))
|
||||
self.view = glade.get_widget("search_view")
|
||||
model = gtk.ListStore(str, str)
|
||||
self.view.set_model(model)
|
||||
|
|
Loading…
Add table
Reference in a new issue