changeset 33409:061c397604f2

Start playlist selection in same directory the file selector starts in.
author ib
date Tue, 24 May 2011 15:01:27 +0000
parents dc8779e0e9cc
children f055dbc340f6
files gui/mplayer/gtk/pl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/gtk/pl.c	Tue May 24 14:57:44 2011 +0000
+++ b/gui/mplayer/gtk/pl.c	Tue May 24 15:01:27 2011 +0000
@@ -532,6 +532,7 @@
   gtk_ctree_expand( GTK_CTREE( CTDirTree ),parent );
   gtk_widget_show( CTDirTree );
 
+  old_path = fsHistory[0];
 
   gtk_clist_set_column_widget( GTK_CLIST( CTDirTree ),0,
     AddLabel( MSGTR_PLAYLIST_DirectoryTree,NULL ) );