# HG changeset patch # User ib # Date 1306249287 0 # Node ID 061c397604f29fb95b6a7601fc286d80c2369f7f # Parent dc8779e0e9cc04f9bde8ab142edd215b320f0c72 Start playlist selection in same directory the file selector starts in. diff -r dc8779e0e9cc -r 061c397604f2 gui/mplayer/gtk/pl.c --- 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 ) );