summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-13 13:53:12 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-13 13:53:12 +0100
commitdb5bbea30bbdf1ad91efc6839f3b252266e277b8 (patch)
tree97041627465ae87ee2fd6554edfa84a3cf4f5b3b /src
parentaa27f20022deff69da9b2b6b59aedfaa0233d423 (diff)
downloadabrt-db5bbea30bbdf1ad91efc6839f3b252266e277b8.tar.gz
abrt-db5bbea30bbdf1ad91efc6839f3b252266e277b8.tar.xz
abrt-db5bbea30bbdf1ad91efc6839f3b252266e277b8.zip
GUI: minor fix in plugin settings UI
Diffstat (limited to 'src')
-rw-r--r--src/Gui/PluginSettingsUI.py4
-rw-r--r--src/Gui/settings_wizard.glade5
2 files changed, 4 insertions, 5 deletions
diff --git a/src/Gui/PluginSettingsUI.py b/src/Gui/PluginSettingsUI.py
index a2a3b7e2..8c24fde3 100644
--- a/src/Gui/PluginSettingsUI.py
+++ b/src/Gui/PluginSettingsUI.py
@@ -20,9 +20,7 @@ class PluginSettingsUI():
self.dialog.set_transient_for(parent)
else:
# we shouldn't get here, but just to be safe
- no_ui_label = gtk.Label(_("No UI for plugin %s" % pluginfo))
- self.add(no_ui_label)
- no_ui_label.show()
+ log1("No UI for plugin %s" % pluginfo)
if parent:
self.dialog.set_position(gtk.WIN_POS_CENTER_ON_PARENT)
diff --git a/src/Gui/settings_wizard.glade b/src/Gui/settings_wizard.glade
index e0d54a1e..3f3072be 100644
--- a/src/Gui/settings_wizard.glade
+++ b/src/Gui/settings_wizard.glade
@@ -7,6 +7,7 @@
<property name="title" translatable="yes">Wrong Settings Detected</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
+ <property name="icon_name">abrt</property>
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@@ -85,7 +86,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="bCancel">
- <property name="label" translatable="yes">gtk-no</property>
+ <property name="label">gtk-no</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -99,7 +100,7 @@
</child>
<child>
<object class="GtkButton" id="bContinue">
- <property name="label" translatable="yes">gtk-yes</property>
+ <property name="label">gtk-yes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>