aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpapoteur-mga <yves.brungard_git@gadz.org>2014-10-24 08:46:32 +0200
committerpapoteur-mga <yves.brungard_git@gadz.org>2014-10-24 08:46:32 +0200
commit62ebe0c872db9a21fb4b7f756ea1c85e91a2ec53 (patch)
treee4bbd92aab6fc3f38b448f74bbc823f68296b277 /share
parent6c27395e12c2b0e693a0d13cd488f46e3515fb1c (diff)
downloadisodumper-62ebe0c872db9a21fb4b7f756ea1c85e91a2ec53.tar
isodumper-62ebe0c872db9a21fb4b7f756ea1c85e91a2ec53.tar.gz
isodumper-62ebe0c872db9a21fb4b7f756ea1c85e91a2ec53.tar.bz2
isodumper-62ebe0c872db9a21fb4b7f756ea1c85e91a2ec53.tar.xz
isodumper-62ebe0c872db9a21fb4b7f756ea1c85e91a2ec53.zip
Added a dialog box to confirm overwriting backup file
Suppression of a inappriopriate emergency dialog after format Adding the path in the destination name for backup file
Diffstat (limited to 'share')
-rw-r--r--share/isodumper/isodumper.glade49
1 files changed, 49 insertions, 0 deletions
diff --git a/share/isodumper/isodumper.glade b/share/isodumper/isodumper.glade
index 69e0c09..701f4a9 100644
--- a/share/isodumper/isodumper.glade
+++ b/share/isodumper/isodumper.glade
@@ -13,6 +13,21 @@
<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>
@@ -596,6 +611,40 @@ Public License instead of this License.
</widget>
</child>
</widget>
+ <widget class="GtkMessageDialog" id="confirm_overwrite">
+ <property name="can_focus">False</property>
+ <property name="border_width">5</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <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>
<property name="border_width">5</property>