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

Cosmetic: Rename uiSetFileName().
author ib
date Sat, 01 Dec 2012 19:05:24 +0000
parents 31a5320909f7
children c9c79a011f6f
comparison
equal deleted inserted replaced
35451:29f66b254dd7 35452:f42cc2361ee4
209 listMgr( PLAYLIST_ITEM_APPEND,item ); 209 listMgr( PLAYLIST_ITEM_APPEND,item );
210 } 210 }
211 item = listMgr( PLAYLIST_ITEM_GET_CURR,0 ); 211 item = listMgr( PLAYLIST_ITEM_GET_CURR,0 );
212 if ( item ) 212 if ( item )
213 { 213 {
214 uiSetFileName( item->path,item->name,STREAMTYPE_FILE ); 214 uiSetFile( item->path,item->name,STREAMTYPE_FILE );
215 // setddup( &guiInfo.Filename,item->path,item->name ); 215 // setddup( &guiInfo.Filename,item->path,item->name );
216 // guiInfo.NewPlay=GUI_FILE_NEW; 216 // guiInfo.NewPlay=GUI_FILE_NEW;
217 // guiInfo.StreamType=STREAMTYPE_FILE; 217 // guiInfo.StreamType=STREAMTYPE_FILE;
218 } 218 }
219 else if (isPlaylistStreamtype && !guiInfo.Playing) uiSetFileName(NULL, NULL, STREAMTYPE_DUMMY); 219 else if (isPlaylistStreamtype && !guiInfo.Playing) uiSetFile(NULL, NULL, STREAMTYPE_DUMMY);
220 } 220 }
221 case 0: // cancel 221 case 0: // cancel
222 HidePlayList(); 222 HidePlayList();
223 break; 223 break;
224 case 2: // remove 224 case 2: // remove