mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
temp fix to prevent plugin from crashing deluge
This commit is contained in:
parent
c3e960aa86
commit
4d05a9dfc9
@ -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…
x
Reference in New Issue
Block a user