summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/wizard.glade
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 05:59:43 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 05:59:43 +0100
commitffece2d20673269029bb0b9403e20125e92382fa (patch)
tree68b7f9ecc79acfd59dfa209278d68fda15d1428c /src/gui-wizard-gtk/wizard.glade
parent6cc86c66a15ea305b453e5d1b2d62e4d974f579d (diff)
downloadabrt-ffece2d20673269029bb0b9403e20125e92382fa.tar.gz
abrt-ffece2d20673269029bb0b9403e20125e92382fa.tar.xz
abrt-ffece2d20673269029bb0b9403e20125e92382fa.zip
correct rights on /var/run/abrt; improve new GUI a bit
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.glade19
1 files changed, 2 insertions, 17 deletions
diff --git a/src/gui-wizard-gtk/wizard.glade b/src/gui-wizard-gtk/wizard.glade
index 1669e1d2..65b0c38c 100644
--- a/src/gui-wizard-gtk/wizard.glade
+++ b/src/gui-wizard-gtk/wizard.glade
@@ -92,14 +92,10 @@
<property name="border_width">10</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkLabel" id="lbl_page2">
+ <object class="GtkLabel" id="lbl_analyze_log">
<property name="width_request">750</property>
<property name="visible">True</property>
- <property name="xalign">0.05000000074505806</property>
- <property name="yalign">0.05000000074505806</property>
- <property name="label" translatable="yes">Please wait until the problem analysis is finished..
-
-You can see the progress in the window below.</property>
+ <property name="label" translatable="yes">Analyzing did not start yet</property>
<property name="use_markup">True</property>
<property name="justify">fill</property>
<property name="wrap">True</property>
@@ -115,7 +111,6 @@ You can see the progress in the window below.</property>
<property name="can_focus">True</property>
<property name="border_width">10</property>
<property name="hscrollbar_policy">automatic</property>
- <property name="vscrollbar_policy">automatic</property>
<child>
<object class="GtkTextView" id="analyze_log">
<property name="visible">True</property>
@@ -130,16 +125,6 @@ You can see the progress in the window below.</property>
<property name="position">1</property>
</packing>
</child>
- <child>
- <object class="GtkProgressBar" id="pb_analyze">
- <property name="visible">True</property>
- <property name="activity_mode">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="position">2</property>
- </packing>
- </child>
</object>
</child>
</object>