mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 17:38:43 +00:00
fixed plugins preferences
This commit is contained in:
parent
811a4872f4
commit
1f352559ad
1 changed files with 2 additions and 0 deletions
|
@ -99,9 +99,11 @@ 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()
|
||||
for plugin in self.plugins.get_available_plugins():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue