[Xfce4-commits] <parole:master> Allow custom subtitles to be selected on network device.

Sean Davis noreply at xfce.org
Sun Nov 18 12:30:01 CET 2012


Updating branch refs/heads/master
         to fecf07aa9574b3d47c8b630621bd4d87f56476e0 (commit)
       from 27e908244d61a85eaa20683ea9bcc27512e6a308 (commit)

commit fecf07aa9574b3d47c8b630621bd4d87f56476e0
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Nov 18 06:29:09 2012 -0500

    Allow custom subtitles to be selected on network device.

 src/parole-player.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 0ef0439..e3ec98b 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -846,6 +846,7 @@ parole_player_select_custom_subtitle (GtkMenuItem *widget, gpointer data)
 					   NULL);
 				
     gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (chooser), FALSE);
+    gtk_file_chooser_set_local_only (GTK_FILE_CHOOSER (chooser), FALSE);
     
     folder = parole_rc_read_entry_string ("iso-image-folder", PAROLE_RC_GROUP_GENERAL, NULL);
     


More information about the Xfce4-commits mailing list