summaryrefslogtreecommitdiffstats
path: root/src/Gui/PluginsSettingsDialog.py
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-12-04 16:36:35 +0100
committerKarel Klic <kklic@redhat.com>2009-12-04 16:36:35 +0100
commitb7ea0e53e3375de6298b2f510302f75ebef4be4e (patch)
tree5bb4e5d163a8f1c5f2e54292fa60192045dad312 /src/Gui/PluginsSettingsDialog.py
parent7b0292edc52d031db91ba6e38ff626a350959e2d (diff)
parent230f151aa7e357c37040ed51bcbdbc1a766af82a (diff)
downloadabrt-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.py1
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