summaryrefslogtreecommitdiffstats
path: root/src/Gui/PluginsSettingsDialog.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-04 16:30:49 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-04 16:30:49 +0100
commit6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5 (patch)
tree8134bfe0059f8d77e6b7eb6ffa6125f553f8cf41 /src/Gui/PluginsSettingsDialog.py
parent917f59f0d812a3f01e3b6e6e0ab16ede041d2daf (diff)
downloadabrt-6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5.tar.gz
abrt-6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5.tar.xz
abrt-6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5.zip
GUI: gui fixes from rrakus@redhat.com
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 39fc7a6f..8453385d 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