comparison Gui/mplayer/gtk/fs.c @ 6912:5ddd609550d5

- fix equ handling - fix dvd pos bar - fix 10l bug in evLoadPlay bugfix :) - mittomen
author pontscho
date Mon, 05 Aug 2002 01:14:14 +0000
parents c2d4100c964e
children e37a67d5e117
comparison
equal deleted inserted replaced
6911:695bd84c1b24 6912:5ddd609550d5
453 { 453 {
454 if ( !strcmp( item->data,fsSelectedDirectory ) ) i=0; 454 if ( !strcmp( item->data,fsSelectedDirectory ) ) i=0;
455 item=item->next; 455 item=item->next;
456 } 456 }
457 if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name() ); 457 if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name() );
458 if ( mplMainAutoPlay ) mplEventHandling( evPlay,0 ); 458 if ( mplMainAutoPlay ) { mplMainAutoPlay=0; mplEventHandling( evPlay,0 ); }
459 } 459 }
460 460
461 void fs_Cancel_released( GtkButton * button,gpointer user_data ) 461 void fs_Cancel_released( GtkButton * button,gpointer user_data )
462 { HideFileSelect(); } 462 { HideFileSelect(); }
463 463