diff options
| author | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
| commit | b7ea0e53e3375de6298b2f510302f75ebef4be4e (patch) | |
| tree | 5bb4e5d163a8f1c5f2e54292fa60192045dad312 /src/Gui/PluginsSettingsDialog.py | |
| parent | 7b0292edc52d031db91ba6e38ff626a350959e2d (diff) | |
| parent | 230f151aa7e357c37040ed51bcbdbc1a766af82a (diff) | |
| download | abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.gz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.xz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Gui/PluginsSettingsDialog.py')
| -rw-r--r-- | src/Gui/PluginsSettingsDialog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Gui/PluginsSettingsDialog.py b/src/Gui/PluginsSettingsDialog.py index 39fc7a6..8453385 100644 --- a/src/Gui/PluginsSettingsDialog.py +++ b/src/Gui/PluginsSettingsDialog.py @@ -104,6 +104,7 @@ class PluginsSettingsDialog: n = self.pluginsListStore.append(plugin_rows[entry.getType()],["<b>%s</b>\n%s" % (entry.getName(), entry.Description), entry.Enabled == "yes", 1, 0, "white", entry]) self.pluginlist.expand_all() + def dehydrate(self): # we have nothing to save, plugin's does the work pass |
