summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2012-08-24 00:24:55 +0200
committerRené Stadler <mail@renestadler.de>2012-08-24 01:17:18 +0200
commiteec8529dac0de7e98b60e264147357f6aea486a0 (patch)
treef1f859805067d6be3d071874b43e418a6ed35ced /data
parent97606de14180eecf1b7c7e052ec81695fb635b79 (diff)
window: replace progress and error dialogs with InfoBars
Diffstat (limited to 'data')
-rw-r--r--data/progress-dialog.ui68
1 files changed, 0 insertions, 68 deletions
diff --git a/data/progress-dialog.ui b/data/progress-dialog.ui
deleted file mode 100644
index 24c76ae..0000000
--- a/data/progress-dialog.ui
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<interface>
- <!-- interface-requires gtk+ 2.12 -->
- <!-- interface-naming-policy toplevel-contextual -->
- <object class="GtkDialog" id="progress_dialog">
- <property name="visible">True</property>
- <property name="resizable">False</property>
- <property name="modal">True</property>
- <property name="window_position">center-on-parent</property>
- <property name="type_hint">dialog</property>
- <property name="has_separator">False</property>
- <child internal-child="vbox">
- <object class="GtkVBox" id="dialog-vbox1">
- <property name="visible">True</property>
- <child>
- <object class="GtkVBox" id="vbox3">
- <property name="visible">True</property>
- <property name="border_width">6</property>
- <child>
- <object class="GtkProgressBar" id="progress_bar">
- <property name="width_request">250</property>
- <property name="visible">True</property>
- <property name="pulse_step">0.10000000149</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="padding">12</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child internal-child="action_area">
- <object class="GtkHButtonBox" id="dialog-action_area1">
- <property name="visible">True</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="cancel_button">
- <property name="label" translatable="yes">gtk-cancel</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="-6">cancel_button</action-widget>
- </action-widgets>
- </object>
-</interface>