diff mplayer.c @ 33752:6cea6d268f97

Cosmetic: Rename the GUI playlist functions. Rename guiInitializePlaylist() guiPlaylistInitialize() and guiAddPlaylist() guiPlaylistAdd().
author ib
date Thu, 07 Jul 2011 14:54:53 +0000
parents 1fbe7adc4eaf
children 277ec491a8a7
line wrap: on
line diff
--- a/mplayer.c	Thu Jul 07 14:47:48 2011 +0000
+++ b/mplayer.c	Thu Jul 07 14:54:53 2011 +0000
@@ -1042,7 +1042,7 @@
 #ifdef CONFIG_GUI
     if (use_gui) {
         if (entry) {
-            guiAddPlaylist(entry, mconfig);
+            guiPlaylistAdd(entry, mconfig);
             play_tree_free_list(entry, 1);
         }
     } else
@@ -2855,7 +2855,7 @@
             play_tree_add_bpf(mpctx->playtree, cwd);
         }
         // Import initital playtree into GUI.
-        guiInitializePlaylist(mpctx->playtree, mconfig, enqueue);
+        guiPlaylistInitialize(mpctx->playtree, mconfig, enqueue);
     }
 #endif /* CONFIG_GUI */