summaryrefslogtreecommitdiffstats
path: root/src/Gui/ccgui.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-04 14:57:51 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-04 14:57:51 +0100
commit892b7fde75cafca50a18dcb8620ddc22b2e74688 (patch)
tree1792361c43c8c6c7e8f7cce006e5cc163a19454d /src/Gui/ccgui.glade
parent6b56dbe3c52d8be0f84995b4a584d50a13251890 (diff)
downloadabrt-892b7fde75cafca50a18dcb8620ddc22b2e74688.tar.gz
abrt-892b7fde75cafca50a18dcb8620ddc22b2e74688.tar.xz
abrt-892b7fde75cafca50a18dcb8620ddc22b2e74688.zip
GUI: added reporter selection window
Diffstat (limited to 'src/Gui/ccgui.glade')
-rw-r--r--src/Gui/ccgui.glade70
1 files changed, 0 insertions, 70 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 2291ee6..5b102f4 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -2,76 +2,6 @@
<glade-interface>
<!-- interface-requires gtk+ 2.14 -->
<!-- interface-naming-policy toplevel-contextual -->
- <widget class="GtkWindow" id="pBarWindow">
- <property name="width_request">270</property>
- <property name="border_width">12</property>
- <property name="title" translatable="yes">Please wait..</property>
- <property name="modal">True</property>
- <property name="window_position">center-on-parent</property>
- <property name="default_width">470</property>
- <property name="icon_name">abrt</property>
- <property name="transient_for">main_window3</property>
- <child>
- <widget class="GtkVBox" id="vbox1">
- <property name="visible">True</property>
- <property name="orientation">vertical</property>
- <property name="spacing">12</property>
- <child>
- <widget class="GtkLabel" id="lStatus">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <widget class="GtkProgressBar" id="pBar">
- <property name="visible">True</property>
- <property name="text_xalign">0</property>
- </widget>
- <packing>
- <property name="expand">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <widget class="GtkExpander" id="expander1">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <child>
- <widget class="GtkScrolledWindow" id="scrolledwindow1">
- <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>
- <widget class="GtkTextView" id="tvUpdates">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- </widget>
- </child>
- </widget>
- </child>
- <child>
- <widget class="GtkLabel" id="lUpdates">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Details</property>
- </widget>
- <packing>
- <property name="type">label_item</property>
- </packing>
- </child>
- </widget>
- <packing>
- <property name="position">2</property>
- </packing>
- </child>
- </widget>
- </child>
- </widget>
<widget class="GtkAboutDialog" id="about">
<property name="border_width">5</property>
<property name="title" translatable="yes">About ABRT</property>