mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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()
|
f.close()
|
||||||
glade = gtk.glade.XML(path + "/searchdlg.glade")
|
glade = gtk.glade.XML(path + "/searchdlg.glade")
|
||||||
self.dlg = glade.get_widget("search_dialog")
|
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")
|
self.view = glade.get_widget("search_view")
|
||||||
model = gtk.ListStore(str, str)
|
model = gtk.ListStore(str, str)
|
||||||
self.view.set_model(model)
|
self.view.set_model(model)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue