summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-09 16:41:11 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-09 16:41:11 +0200
commit45a0e08efabebe77a1ce6ce45510320e2278009f (patch)
treef33da998073cf7e68872b5232db878efc84734ef /src/Gui/CCMainWindow.py
parent320b7eae1821cb3f92a8e19d6ea6fa70be552d29 (diff)
downloadabrt-45a0e08efabebe77a1ce6ce45510320e2278009f.tar.gz
abrt-45a0e08efabebe77a1ce6ce45510320e2278009f.tar.xz
abrt-45a0e08efabebe77a1ce6ce45510320e2278009f.zip
GUI: more global settings (still "read-only")
Diffstat (limited to 'src/Gui/CCMainWindow.py')
-rw-r--r--src/Gui/CCMainWindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index 4fe0775..63d9b0b 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -108,8 +108,8 @@ class MainWindow():
self.wTree.get_widget("bReport").connect("clicked", self.on_bReport_clicked)
self.wTree.get_widget("miQuit").connect("activate", self.on_bQuit_clicked)
self.wTree.get_widget("miAbout").connect("activate", self.on_miAbout_clicked)
- self.wTree.get_widget("miPreferences").connect("activate", self.on_miPreferences_clicked)
- self.wTree.get_widget("miSettings").connect("activate", self.on_miSettings_clicked)
+ self.wTree.get_widget("miPlugins").connect("activate", self.on_miPreferences_clicked)
+ self.wTree.get_widget("miPreferences").connect("activate", self.on_miSettings_clicked)
# connect handlers for daemon signals
self.ccdaemon.connect("crash", self.on_data_changed_cb, None)
self.ccdaemon.connect("analyze-complete", self.on_analyze_complete_cb, self.pBarWindow)