summaryrefslogtreecommitdiffstats
path: root/src/Gui/progress_window.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-02-05 18:57:56 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-02-05 18:57:56 +0100
commitd888968722296e4567fe4b270ecc1dad3b96d947 (patch)
tree2831b6b5b1c1fe6e487fc3a249b306e9fa28d5ec /src/Gui/progress_window.glade
parent490dd9b1636d1461dceda5fa3f53479d2581a6bc (diff)
downloadabrt-d888968722296e4567fe4b270ecc1dad3b96d947.tar.gz
abrt-d888968722296e4567fe4b270ecc1dad3b96d947.tar.xz
abrt-d888968722296e4567fe4b270ecc1dad3b96d947.zip
GUI: optimized the log window (possibly fixes rhbz#596592)
- we used to change the whole textbuffer and redraw the whole textview, now we just add the last line - possibly fixes *gtk_text_mark_get_buffer bugs
Diffstat (limited to 'src/Gui/progress_window.glade')
-rw-r--r--src/Gui/progress_window.glade19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/Gui/progress_window.glade b/src/Gui/progress_window.glade
index af48ee55..6fae1486 100644
--- a/src/Gui/progress_window.glade
+++ b/src/Gui/progress_window.glade
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
@@ -12,7 +12,6 @@
<child>
<object class="GtkVBox" id="vbox9">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<object class="GtkLabel" id="lStatus">
@@ -35,23 +34,11 @@
</packing>
</child>
<child>
- <object class="GtkExpander" id="expander1">
+ <object class="GtkExpander" id="pb_log_expander">
<property name="visible">True</property>
<property name="can_focus">True</property>
<child>
- <object class="GtkScrolledWindow" id="scrolledwindow4">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="hscrollbar_policy">automatic</property>
- <property name="vscrollbar_policy">automatic</property>
- <property name="shadow_type">etched-in</property>
- <child>
- <object class="GtkTextView" id="tvUpdates">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- </object>
- </child>
- </object>
+ <placeholder/>
</child>
<child type="label">
<object class="GtkLabel" id="lUpdates">