diff options
author | jstebbins <[email protected]> | 2009-11-30 18:31:57 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-11-30 18:31:57 +0000 |
commit | 650c2c079b3252fb1da7a0eed03cb17a3601f952 (patch) | |
tree | caef6f3a186a0b67feb72e94f714521969889979 /gtk/src | |
parent | 6a1b02f3fb38da9c39a3dbb0adb8b6fe11bbbea6 (diff) |
LinGui: set property in file chooser that allows opening "non-local" files
non-local is anything mounted transparently by gvfs
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2992 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index f01283308..17490b7bc 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -968,6 +968,7 @@ <child> <object class="GtkFileChooserButton" id="dest_dir"> <property name="visible">True</property> + <property name="local-only">False</property> <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property> <property name="title" translatable="yes">Destination Directory</property> <property name="tooltip-text" translatable="yes">Destination directory for your encode.</property> @@ -2489,6 +2490,7 @@ For source audio that has a wide dynamic range (very loud and very soft sequence <child> <object class="GtkFileChooserButton" id="SrtFile"> <property name="visible">True</property> + <property name="local-only">False</property> <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property> <property name="title" translatable="yes">Srt File</property> <property name="tooltip-text" translatable="yes">Select the SRT file to import.</property> @@ -6574,6 +6576,7 @@ libx264 authors: </object> <object class="GtkFileChooserDialog" id="source_dialog"> <property name="border_width">5</property> + <property name="local-only">False</property> <property name="modal">True</property> <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property> <property name="type_hint">dialog</property> |