comparison Gui/mplayer/gtk/fs.c @ 9202:c2f31ca14a92

- rewrite Jan Spitalnik's patch - fix some nice 10l
author pontscho
date Sat, 01 Feb 2003 16:42:02 +0000
parents bb4ae7a49e33
children 27f8546f53c4
comparison
equal deleted inserted replaced
9201:419d7ccb0f3b 9202:c2f31ca14a92
512 if ( !strcmp( item->data,fsSelectedDirectory ) ) i=0; 512 if ( !strcmp( item->data,fsSelectedDirectory ) ) i=0;
513 item=item->next; 513 item=item->next;
514 } 514 }
515 if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name() ); 515 if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name() );
516 if ( mplMainAutoPlay ) { mplMainAutoPlay=0; mplEventHandling( evPlay,0 ); } 516 if ( mplMainAutoPlay ) { mplMainAutoPlay=0; mplEventHandling( evPlay,0 ); }
517 else guiGetEvent( guiCEvent,guiSetStop );
517 } 518 }
518 519
519 void fs_Cancel_released( GtkButton * button,gpointer user_data ) 520 void fs_Cancel_released( GtkButton * button,gpointer user_data )
520 { 521 {
521 HideFileSelect(); 522 HideFileSelect();