summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-23 16:15:09 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-23 16:15:09 +0100
commitb6431a497bb6b4dc38aba10a6fb47c4cb46b577b (patch)
tree39763c786fd3a271fa656ca5937d509df3732e12 /src/gui-wizard-gtk/wizard.glade
parent93800770638fdf6b30aaee81ca7e8f27ae7f7c71 (diff)
downloadabrt-b6431a497bb6b4dc38aba10a6fb47c4cb46b577b.tar.gz
abrt-b6431a497bb6b4dc38aba10a6fb47c4cb46b577b.tar.xz
abrt-b6431a497bb6b4dc38aba10a6fb47c4cb46b577b.zip
gui-wizard-gtk: made the warnings on bt page actually work
- what works: - shows warning when rating is low (kernel is skipped) - shows warning and disable "forward" when bt is not approved
Diffstat (limited to 'src/gui-wizard-gtk/wizard.glade')
-rw-r--r--src/gui-wizard-gtk/wizard.glade40
1 files changed, 5 insertions, 35 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index bcf367f2..0a9eb9f7 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -324,7 +324,7 @@
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox5">
+ <object class="GtkHBox" id="hb_warnings_area">
<property name="visible">True</property>
<property name="no_show_all">True</property>
<child>
@@ -340,47 +340,17 @@
</packing>
</child>
<child>
- <object class="GtkVBox" id="vbox6">
+ <object class="GtkVBox" id="hb_warning_labels">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkLabel" id="lbl_warning_1">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
- <property name="label" translatable="yes">&#x2022; The backtrace is incomplete, please make sure you provide the steps to reproduce.</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
+ <placeholder/>
</child>
<child>
- <object class="GtkLabel" id="lbl_warning_2">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
- <property name="label" translatable="yes">&#x2022; You should check the backtrace for sensitive data.</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
+ <placeholder/>
</child>
<child>
- <object class="GtkLabel" id="lbl_warning_3">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
- <property name="label" translatable="yes">&#x2022; You must agree with sending the backtrace.</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
+ <placeholder/>
</child>
</object>
<packing>