comparison gui/dialog/url.c @ 35773:c688b0dcbe66

Cosmetic: Rename uiMainEvent() uiEvent(). This completes r35865 and r35866. Additionally, rename parameter msg ev.
author ib
date Fri, 25 Jan 2013 10:43:15 +0000
parents 3fec1d4b2736
children 6dfdebfa72b7
comparison
equal deleted inserted replaced
35772:3fec1d4b2736 35773:c688b0dcbe66
103 listMgr( URLLIST_ITEM_ADD,item ); 103 listMgr( URLLIST_ITEM_ADD,item );
104 104
105 uiSetFile( NULL,str,STREAMTYPE_STREAM ); guiInfo.NewPlay=GUI_FILE_NEW; 105 uiSetFile( NULL,str,STREAMTYPE_STREAM ); guiInfo.NewPlay=GUI_FILE_NEW;
106 listMgr(PLAYLIST_DELETE, 0); 106 listMgr(PLAYLIST_DELETE, 0);
107 add_to_gui_playlist(str, PLAYLIST_ITEM_APPEND); 107 add_to_gui_playlist(str, PLAYLIST_ITEM_APPEND);
108 uiMainEvent( evPlay,0 ); 108 uiEvent( evPlay,0 );
109 } 109 }
110 } 110 }
111 HideURLDialogBox(); 111 HideURLDialogBox();
112 } 112 }
113 113