diff 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
line wrap: on
line diff
--- a/gui/ui/gtk/playlist.c	Sat Dec 01 07:48:31 2012 +0000
+++ b/gui/ui/gtk/playlist.c	Sat Dec 01 19:05:24 2012 +0000
@@ -211,12 +211,12 @@
 	item = listMgr( PLAYLIST_ITEM_GET_CURR,0 );
 	if ( item )
 	 {
-	  uiSetFileName( item->path,item->name,STREAMTYPE_FILE );
+	  uiSetFile( item->path,item->name,STREAMTYPE_FILE );
 //	  setddup( &guiInfo.Filename,item->path,item->name );
 //	  guiInfo.NewPlay=GUI_FILE_NEW;
 //	  guiInfo.StreamType=STREAMTYPE_FILE;
 	 }
-	else if (isPlaylistStreamtype && !guiInfo.Playing) uiSetFileName(NULL, NULL, STREAMTYPE_DUMMY);
+	else if (isPlaylistStreamtype && !guiInfo.Playing) uiSetFile(NULL, NULL, STREAMTYPE_DUMMY);
        }
   case 0: // cancel
        HidePlayList();