gui: Show files in filechooser

I had these hidden so the users really, really know that they are
supposed to select directories.  Now I've made it easier to browse the
filesystem through the Collection Manager, so hiding files doesn't make
sense.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
This commit is contained in:
Anna Schumaker 2014-01-18 11:09:15 -05:00 committed by Anna Schumaker
parent 99799bcc32
commit ae91d33baa
1 changed files with 2 additions and 6 deletions

View File

@ -7,11 +7,6 @@
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkFileFilter" id="filefilter1">
<mime-types>
<mime-type>inode/directory</mime-type>
</mime-types>
</object>
<object class="GtkImage" id="image12">
<property name="visible">True</property>
<property name="can_focus">False</property>
@ -93,7 +88,6 @@
<property name="can_focus">False</property>
<property name="action">select-folder</property>
<property name="create_folders">False</property>
<property name="filter">filefilter1</property>
</object>
<packing>
<property name="expand">True</property>
@ -114,6 +108,8 @@
<object class="GtkTreeView" id="o_collection_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscroll_policy">natural</property>
<property name="vscroll_policy">natural</property>
<property name="model">o_collection_dirs</property>
<property name="rules_hint">True</property>
<child internal-child="selection">