diff 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
line wrap: on
line diff
--- a/gui/dialog/fileselect.c	Thu Jan 24 17:37:49 2013 +0000
+++ b/gui/dialog/fileselect.c	Thu Jan 24 17:44:38 2013 +0000
@@ -541,7 +541,7 @@
    item=item->next;
   }
  if ( i ) fsTopList_items=g_list_prepend( fsTopList_items,(gchar *)get_current_dir_name_utf8() );
- if ( uiMainAutoPlay ) { uiMainAutoPlay=False; uiEventHandling( evPlay,0 ); }
+ if ( uiMainAutoPlay ) { uiMainAutoPlay=False; uiMainEvent( evPlay,0 ); }
   else gui( GUI_SET_STATE,(void *) GUI_STOP );
 }