diff gui/ui/gtk/playlist.c @ 34681:42fa91951bd2

Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND. It is different from URLLIST_ITEM_ADD, so choose a different name.
author ib
date Thu, 23 Feb 2012 13:23:54 +0000
parents 7c447e9db447
children 746e2e0577b2
line wrap: on
line diff
--- a/gui/ui/gtk/playlist.c	Thu Feb 23 13:15:47 2012 +0000
+++ b/gui/ui/gtk/playlist.c	Thu Feb 23 13:23:54 2012 +0000
@@ -205,7 +205,7 @@
 	  if ( !item->name ) item->name = strdup( text[0] );
 	  item->path=g_filename_from_utf8( text[1], -1, NULL, NULL, NULL );
 	  if ( !item->path ) item->path = strdup( text[1] );
-	  listMgr( PLAYLIST_ITEM_ADD,item );
+	  listMgr( PLAYLIST_ITEM_APPEND,item );
 	 }
 	item = listMgr( PLAYLIST_ITEM_GET_CURR,0 );
 	if ( item )