diff options
author | papoteur-mga <yves.brungard_git@gadz.org> | 2014-10-25 15:08:51 +0200 |
---|---|---|
committer | papoteur-mga <yves.brungard_git@gadz.org> | 2014-10-25 15:08:51 +0200 |
commit | c0a37bb193921f834972f2b897f9485b5ec73ced (patch) | |
tree | 699fb402398370a7581f1c21ec3c12e6ca196875 | |
parent | 825281182f674ccb8bfc6db36b5f9f33c731a4b2 (diff) | |
download | isodumper-c0a37bb193921f834972f2b897f9485b5ec73ced.tar isodumper-c0a37bb193921f834972f2b897f9485b5ec73ced.tar.gz isodumper-c0a37bb193921f834972f2b897f9485b5ec73ced.tar.bz2 isodumper-c0a37bb193921f834972f2b897f9485b5ec73ced.tar.xz isodumper-c0a37bb193921f834972f2b897f9485b5ec73ced.zip |
Suppression of warnings
-rw-r--r-- | share/isodumper/isodumper.glade | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade index e8e4e37..272a8ce 100644 --- a/share/isodumper/isodumper.glade +++ b/share/isodumper/isodumper.glade @@ -13,21 +13,6 @@ <property name="buttons">ok-cancel</property> <property name="text" translatable="yes">Writing is in progress. Exiting during writing will occur that the device or the backup will be unusable. Are you sure you want to quit during writing?</property> - <child internal-child="vbox"> - <widget class="GtkVBox" id="dialog-vbox2"> - <property name="can_focus">False</property> - <child internal-child="action_area"> - <widget class="GtkHButtonBox" id="dialog-action_area2"> - <property name="can_focus">False</property> - </widget> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - </widget> - </child> </widget> <widget class="GtkAboutDialog" id="about_dialog"> <property name="can_focus">False</property> @@ -622,31 +607,6 @@ Public License instead of this License. <property name="message_type">warning</property> <property name="buttons">ok-cancel</property> <property name="secondary_text" translatable="yes">Do you want to overwrite the file?</property> - <child internal-child="vbox"> - <widget class="GtkVBox" id="dialog-vbox"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="spacing">2</property> - <child internal-child="action_area"> - <widget class="GtkHButtonBox" id="dialog-action_area"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="layout_style">end</property> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - </widget> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - </widget> - </child> </widget> <widget class="GtkDialog" id="emergency_dialog"> <property name="can_focus">False</property> |