mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fixed plugins preferences
This commit is contained in:
parent
811a4872f4
commit
1f352559ad
1 changed files with 2 additions and 0 deletions
|
@ -99,8 +99,10 @@ class PluginDlg:
|
|||
name_col = dgtk.add_text_column(self.view, _("Plugin"), 0)
|
||||
name_col.set_expand(True)
|
||||
dgtk.add_toggle_column(self.view, _("Enabled"), 1, toggled_signal=self.plugin_toggled)
|
||||
self.glade.signal_autoconnect({'plugin_pref': self.plugin_pref})
|
||||
self.parent = parent
|
||||
self.plugins = plugins
|
||||
|
||||
|
||||
def show(self):
|
||||
self.store.clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue