[MPlayer-cvslog] r33497 - trunk/gui/mplayer/gtk/pl.c

ib subversion at mplayerhq.hu
Tue May 24 17:01:27 CEST 2011


Author: ib
Date: Tue May 24 17:01:27 2011
New Revision: 33497

Log:
Start playlist selection in same directory the file selector starts in.

Modified:
   trunk/gui/mplayer/gtk/pl.c

Modified: trunk/gui/mplayer/gtk/pl.c
==============================================================================
--- trunk/gui/mplayer/gtk/pl.c	Tue May 24 16:57:44 2011	(r33496)
+++ trunk/gui/mplayer/gtk/pl.c	Tue May 24 17:01:27 2011	(r33497)
@@ -532,6 +532,7 @@ GtkWidget * create_PlayList( void )
   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 ) );


More information about the MPlayer-cvslog mailing list