comparison gui/ui/gtk/url.c @ 35452:f42cc2361ee4

Cosmetic: Rename uiSetFileName().
author ib
date Sat, 01 Dec 2012 19:05:24 +0000
parents 96cda43fe250
children e27855a45128
comparison
equal deleted inserted replaced
35451:29f66b254dd7 35452:f42cc2361ee4
100 100
101 item=calloc( 1,sizeof( urlItem ) ); 101 item=calloc( 1,sizeof( urlItem ) );
102 item->url=gstrdup( str ); 102 item->url=gstrdup( str );
103 listMgr( URLLIST_ITEM_ADD,item ); 103 listMgr( URLLIST_ITEM_ADD,item );
104 104
105 uiSetFileName( 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 uiEventHandling( evPlay,0 ); 108 uiEventHandling( evPlay,0 );
109 } 109 }
110 } 110 }