Update of /cvsroot/gtkpod/libgpod/tests
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15966/tests

Modified Files:
        test-init-ipod.c 
Log Message:
        * tests/Makefile.am
          tests/test-init-ipod.c: fix compilation error when building with
          --disable-gdk-pixbuf. Thanks to David Philippi and Christophe
          Fergeau.



Index: test-init-ipod.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/tests/test-init-ipod.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- test-init-ipod.c    2 Oct 2006 13:16:28 -0000       1.3
+++ test-init-ipod.c    2 Oct 2006 13:17:58 -0000       1.4
@@ -27,7 +27,7 @@
 
 #include <locale.h>
 #include <glib-object.h>
-#include <glib/gi18n-lib.h>
+#include <glib/gi18n.h>
 
 
 static void usage (const char *argv0)


-------------------------------------------------------------------------
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
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to