Mercurial > mplayer.hg
comparison gui/dialog/fileselect.c @ 35768:51a8ea7542a0
Cosmetic: Rename uiEventHandling() uiMainEvent().
author | ib |
---|---|
date | Thu, 24 Jan 2013 17:44:38 +0000 |
parents | 8ad4d2fb46e8 |
children | 36f87d7432c7 |
comparison
equal
deleted
inserted
replaced
35767:23e241430e9c | 35768:51a8ea7542a0 |
---|---|
539 { | 539 { |
540 if ( !strcmp( item->data,fsSelectedDirectory ) ) i=0; | 540 if ( !strcmp( item->data,fsSelectedDirectory ) ) i=0; |
541 item=item->next; | 541 item=item->next; |
542 } | 542 } |
543 if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name_utf8() ); | 543 if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name_utf8() ); |
544 if ( uiMainAutoPlay ) { uiMainAutoPlay=False; uiEventHandling( evPlay,0 ); } | 544 if ( uiMainAutoPlay ) { uiMainAutoPlay=False; uiMainEvent( evPlay,0 ); } |
545 else gui( GUI_SET_STATE,(void *) GUI_STOP ); | 545 else gui( GUI_SET_STATE,(void *) GUI_STOP ); |
546 } | 546 } |
547 | 547 |
548 static void fs_Cancel_released( GtkButton * button,gpointer user_data ) | 548 static void fs_Cancel_released( GtkButton * button,gpointer user_data ) |
549 { | 549 { |