Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/emphasis

Dir     : e17/apps/emphasis/src/bin


Modified Files:
        emphasis_callbacks.c 


Log Message:
Small fix on the playlists. Thanks Pavel.

===================================================================
RCS file: /cvs/e/e17/apps/emphasis/src/bin/emphasis_callbacks.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- emphasis_callbacks.c        27 Feb 2007 22:30:11 -0000      1.20
+++ emphasis_callbacks.c        27 Feb 2007 22:33:51 -0000      1.21
@@ -1145,7 +1145,7 @@
   if (!row) return;
   etk_tree_row_fields_get(row, ETK_FALSE, col, &playlist_name, NULL);
 
-//  mpc_playlist_clear();
+  mpc_playlist_clear();
   etk_tree_multiple_select_set(ETK_TREE(player->media.pls_content), ETK_TRUE);
   etk_tree_select_all(ETK_TREE(player->media.pls_content));
   emphasis_playlist_append_selected(ETK_TREE(player->media.pls_content),



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to