Ticket #977: opendialog.diff
| File opendialog.diff, 793 bytes (added by , 18 years ago) |
|---|
-
gui/mplayer/gtk/fs.c
303 303 { 304 304 for ( i=0;i < fsPersistant_MaxPos;i++ ) 305 305 if ( fsHistory[i] ) { fsTopList_items=g_list_append( fsTopList_items,fsHistory[i] ); c=0; } 306 }307 if ( c )fsTopList_items=g_list_append( fsTopList_items,(gchar *)get_current_dir_name() );306 if ( c ) fsTopList_items=g_list_append( fsTopList_items,(gchar *)get_current_dir_name() ); 307 } else fsTopList_items=g_list_append( fsTopList_items,(gchar *)get_current_dir_name() ); 308 308 } 309 309 if ( getenv( "HOME" ) ) fsTopList_items=g_list_append( fsTopList_items,getenv( "HOME" ) ); 310 310 fsTopList_items=g_list_append( fsTopList_items,"/home" );
