summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-17 12:31:13 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-17 12:31:13 +0100
commit7cc0d036579337f3e1013086ec3dc61d09b5c529 (patch)
tree3faad23c612d6ee41bc9dc1c4da05cd52b6c7978 /src/gui-wizard-gtk/wizard.glade
parent7c4144b696475261ea9297f05a91bde22f1718e8 (diff)
downloadabrt-7cc0d036579337f3e1013086ec3dc61d09b5c529.tar.gz
abrt-7cc0d036579337f3e1013086ec3dc61d09b5c529.tar.xz
abrt-7cc0d036579337f3e1013086ec3dc61d09b5c529.zip
gui-wizard-gtk: show correct list of analyzers available
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.glade48
1 files changed, 3 insertions, 45 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index c2d67938..25fb17f7 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -20,8 +20,6 @@
<object class="GtkLabel" id="lbl_page1">
<property name="width_request">750</property>
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
<property name="label" translatable="yes">A problem was detected on your computer:</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
@@ -51,8 +49,6 @@
<object class="GtkLabel" id="lbl_page5">
<property name="width_request">750</property>
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
<property name="label" translatable="yes">Select how you would like to analyze the problem:</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
@@ -71,51 +67,13 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkRadioButton" id="radiobutton1">
- <property name="label" translatable="yes">Analyzer 1</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="active">True</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>
+ <placeholder/>
</child>
<child>
- <object class="GtkRadioButton" id="radiobutton2">
- <property name="label" translatable="yes">Analyzer 2</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">radiobutton1</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
+ <placeholder/>
</child>
<child>
- <object class="GtkRadioButton" id="radiobutton3">
- <property name="label" translatable="yes">Analyzer 3</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <property name="group">radiobutton1</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
+ <placeholder/>
</child>
</object>
<packing>