Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/emphasis

Dir     : e17/apps/emphasis/src/bin


Modified Files:
        emphasis_media.c emphasis_mpc.c 


Log Message:
typo

===================================================================
RCS file: /cvs/e/e17/apps/emphasis/src/bin/emphasis_media.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- emphasis_media.c    18 Mar 2007 17:18:17 -0000      1.8
+++ emphasis_media.c    19 Mar 2007 05:38:19 -0000      1.9
@@ -262,8 +262,8 @@
                             MPD_DATA_TYPE_PLAYLIST,
                             NULL);
 #else
-  etk_tree_append(pls_list, etk_tree_nth_col_get(pls_list, 0),
-                  "You need libmpd 0.12.4 order to use mpd playlists", NULL);
+  etk_tree_row_append(pls_list, NULL, etk_tree_nth_col_get(pls_list, 0),
+                      "You need libmpd 0.12.4 order to use mpd playlists", 
NULL);
 #endif
 }
 
===================================================================
RCS file: /cvs/e/e17/apps/emphasis/src/bin/emphasis_mpc.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- emphasis_mpc.c      18 Mar 2007 17:18:17 -0000      1.17
+++ emphasis_mpc.c      19 Mar 2007 05:38:19 -0000      1.18
@@ -671,6 +671,7 @@
   mpd_data_free(data);
   return list;
 #else
+  UNUSED(playlist_name)
   return NULL;
 #endif
 }
@@ -690,7 +691,7 @@
         }
     }
 #else
-  UNUSED(playerlist_name)
+  UNUSED(playlist_name)
 #endif
 }
 



-------------------------------------------------------------------------
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