summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-03-31 18:33:54 +0200
committerKarel Klic <kklic@redhat.com>2010-03-31 18:33:54 +0200
commit7fb914d14a80deb9ecdc9218ec1dee1e57026d97 (patch)
tree64252538a29e42aa0c553adad2b7de1647f931f9 /src
parent140262f87cff4c95962945bd5cb55a6c57f371e8 (diff)
parente7039f8f8e313a52cd99f606006891b61355d67f (diff)
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/abrt.conf2
-rw-r--r--src/Gui/report.glade31
2 files changed, 27 insertions, 6 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index 4dc47fb2..2cbbb544 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -30,4 +30,4 @@ Python = Bugzilla, Logger
# h:m - at h:m
# s - every s seconds
120 = KerneloopsScanner
-#02:00 = FileTransfer \ No newline at end of file
+#02:00 = FileTransfer
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 447e71f1..65206798 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -324,12 +324,33 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="cbSendBacktrace">
- <property name="label" translatable="yes">I checked backtrace and removed sensitive data (passwords, etc)</property>
+ <object class="GtkHBox" id="hbox3">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="draw_indicator">True</property>
+ <child>
+ <object class="GtkCheckButton" id="cbSendBacktrace">
+ <property name="label" translatable="yes">I checked backtrace and removed sensitive data (passwords, etc)</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkAlignment" id="alignment10">
+ <property name="visible">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>