summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-03 22:16:27 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-03 22:16:27 +0100
commited5af9fd9e11b64a8586fdab564fe90375be1c82 (patch)
treeddce32bc27e96db77b0655f6524629626f821621 /lib/Plugins
parentfca632faa0c0ce211a74787d688be7cd6627cd30 (diff)
downloadabrt-ed5af9fd9e11b64a8586fdab564fe90375be1c82.tar.gz
abrt-ed5af9fd9e11b64a8586fdab564fe90375be1c82.tar.xz
abrt-ed5af9fd9e11b64a8586fdab564fe90375be1c82.zip
fixed button order in plugins windows rhbz#560961
Diffstat (limited to 'lib/Plugins')
-rw-r--r--lib/Plugins/Bugzilla.GTKBuilder10
-rw-r--r--lib/Plugins/Catcut.GTKBuilder10
-rw-r--r--lib/Plugins/KerneloopsReporter.GTKBuilder10
-rw-r--r--lib/Plugins/Logger.GTKBuilder10
-rw-r--r--lib/Plugins/Mailx.GTKBuilder10
-rw-r--r--lib/Plugins/TicketUploader.GTKBuilder10
6 files changed, 30 insertions, 30 deletions
diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder
index 7c25e92d..8c662c30 100644
--- a/lib/Plugins/Bugzilla.GTKBuilder
+++ b/lib/Plugins/Bugzilla.GTKBuilder
@@ -200,8 +200,8 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="bApply">
- <property name="label">gtk-apply</property>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -214,8 +214,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
- <property name="label">gtk-cancel</property>
+ <object class="GtkButton" id="bApply">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -237,8 +237,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-10">bApply</action-widget>
<action-widget response="-6">button2</action-widget>
+ <action-widget response="-10">bApply</action-widget>
</action-widgets>
</object>
<object class="GtkAction" id="action1"/>
diff --git a/lib/Plugins/Catcut.GTKBuilder b/lib/Plugins/Catcut.GTKBuilder
index 29261466..12074789 100644
--- a/lib/Plugins/Catcut.GTKBuilder
+++ b/lib/Plugins/Catcut.GTKBuilder
@@ -166,8 +166,8 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="bApply">
- <property name="label">gtk-apply</property>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -180,8 +180,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
- <property name="label">gtk-cancel</property>
+ <object class="GtkButton" id="bApply">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -203,8 +203,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-10">bApply</action-widget>
<action-widget response="-6">button2</action-widget>
+ <action-widget response="-10">bApply</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/lib/Plugins/KerneloopsReporter.GTKBuilder b/lib/Plugins/KerneloopsReporter.GTKBuilder
index 24128c2a..dbe6c960 100644
--- a/lib/Plugins/KerneloopsReporter.GTKBuilder
+++ b/lib/Plugins/KerneloopsReporter.GTKBuilder
@@ -74,8 +74,8 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="button1">
- <property name="label">gtk-apply</property>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -88,8 +88,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
- <property name="label">gtk-cancel</property>
+ <object class="GtkButton" id="button1">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -111,8 +111,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-10">button1</action-widget>
<action-widget response="-6">button2</action-widget>
+ <action-widget response="-10">button1</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/lib/Plugins/Logger.GTKBuilder b/lib/Plugins/Logger.GTKBuilder
index afb24eb0..8863360b 100644
--- a/lib/Plugins/Logger.GTKBuilder
+++ b/lib/Plugins/Logger.GTKBuilder
@@ -91,8 +91,8 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="button1">
- <property name="label">gtk-apply</property>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -105,8 +105,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
- <property name="label">gtk-cancel</property>
+ <object class="GtkButton" id="button1">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -128,8 +128,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-10">button1</action-widget>
<action-widget response="-6">button2</action-widget>
+ <action-widget response="-10">button1</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/lib/Plugins/Mailx.GTKBuilder b/lib/Plugins/Mailx.GTKBuilder
index b8c822e9..079e27c9 100644
--- a/lib/Plugins/Mailx.GTKBuilder
+++ b/lib/Plugins/Mailx.GTKBuilder
@@ -140,8 +140,8 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="button1">
- <property name="label">gtk-apply</property>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -154,8 +154,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
- <property name="label">gtk-cancel</property>
+ <object class="GtkButton" id="button1">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -177,8 +177,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-10">button1</action-widget>
<action-widget response="-6">button2</action-widget>
+ <action-widget response="-10">button1</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/lib/Plugins/TicketUploader.GTKBuilder b/lib/Plugins/TicketUploader.GTKBuilder
index 594d9de3..36b1dd97 100644
--- a/lib/Plugins/TicketUploader.GTKBuilder
+++ b/lib/Plugins/TicketUploader.GTKBuilder
@@ -204,8 +204,8 @@
<property name="visible">True</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="bApply">
- <property name="label">gtk-apply</property>
+ <object class="GtkButton" id="button2">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -218,8 +218,8 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="button2">
- <property name="label">gtk-cancel</property>
+ <object class="GtkButton" id="bApply">
+ <property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -241,8 +241,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-10">bApply</action-widget>
<action-widget response="-6">button2</action-widget>
+ <action-widget response="-10">bApply</action-widget>
</action-widgets>
</object>
<object class="GtkAction" id="action1"/>