[Pkg-privacy-commits] [tails-installer] 53/70: Make tails installer file chooser remember the last directory. (refs: #12436). Added a filter to remember the last isos used, not all the files used by other apps.

Ulrike Uhlig ulrike at moszumanska.debian.org
Mon Nov 20 14:55:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to annotated tag tails-installer_4.20
in repository tails-installer.

commit cc4b43a39be34599d7a4832ea46aba37fdf4cb68
Author: kurono <andres.gomez at cern.ch>
Date:   Fri Jul 7 19:44:47 2017 +0200

    Make tails installer file chooser remember the last directory.
    (refs: #12436). Added a filter to remember the last isos used,
    not all the files used by other apps.
---
 data/tails-installer.ui | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/data/tails-installer.ui b/data/tails-installer.ui
index 9ca4105..a374eda 100644
--- a/data/tails-installer.ui
+++ b/data/tails-installer.ui
@@ -2,6 +2,12 @@
 <!-- Generated with glade 3.18.3 -->
 <interface domain="tails-installer">
   <requires lib="gtk+" version="3.0"/>
+  <object class="GtkFileFilter" id="isofilter">
+    <patterns>
+      <pattern>*.iso</pattern>
+      <pattern>*.ISO</pattern>
+    </patterns>
+  </object>
   <object class="GtkImage" id="image_next">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -161,6 +167,7 @@
               <object class="GtkFileChooserButton" id="filechooserbutton_source_file">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="filter">isofilter</property>
                 <signal name="file-set" handler="on_source_file_set" swapped="no"/>
               </object>
               <packing>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list