diff gui/ui/main.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 697aaedfe59e
children b03481253518
line wrap: on
line diff
--- a/gui/ui/main.c	Thu Feb 23 13:15:47 2012 +0000
+++ b/gui/ui/main.c	Thu Feb 23 13:23:54 2012 +0000
@@ -657,7 +657,7 @@
 	item->name = strdup(str);
 	item->path = strdup("");
       }
-      listMgr(PLAYLIST_ITEM_ADD,item);
+      listMgr(PLAYLIST_ITEM_APPEND,item);
     } else {
       mp_msg( MSGT_GPLAYER,MSGL_WARN,MSGTR_NotAFile,str );
     }