summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-24 13:55:15 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-24 13:55:15 +0100
commit1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d (patch)
tree8c586c461d48d9407aec470c42620dd65a84b05d /src/gui-wizard-gtk/wizard.glade
parente5cc6aec0dcdbb1ad1843bf9dfa7b853c80ed337 (diff)
downloadabrt-1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d.tar.gz
abrt-1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d.tar.xz
abrt-1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d.zip
gui-wizard-gtk: make [Refresh] button work
Looks for reanalyze_FOO events, enables them on "Select analyzer" page and sends user go to that page to pick the [re]analyzer to run. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui-wizard-gtk/wizard.glade')
-rw-r--r--src/gui-wizard-gtk/wizard.glade9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index 6fb77a44..4b665b96 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -247,7 +247,7 @@
<property name="visible">True</property>
<property name="border_width">5</property>
<child>
- <object class="GtkHBox" id="hb_warnings_area">
+ <object class="GtkHBox" id="b_warnings_area">
<property name="visible">True</property>
<property name="no_show_all">True</property>
<child>
@@ -263,7 +263,7 @@
</packing>
</child>
<child>
- <object class="GtkVBox" id="hb_warning_labels">
+ <object class="GtkVBox" id="b_warning_labels">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
@@ -341,11 +341,12 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="b_refresh">
- <property name="label" translatable="yes">Regenerate backgrace</property>
+ <object class="GtkButton" id="btn_refresh">
+ <property name="label" translatable="yes">Regenerate backtrace</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
+ <property name="tooltip_text" translatable="yes">Can create more informative backtrace if you installed additional debug packages</property>
<signal name="clicked" handler="on_b_refresh_clicked"/>
</object>
<packing>