Revision: 2063
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2063&view=rev
Author:   teuf
Date:     2008-07-25 22:18:43 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
* tests/test-fw-id.c: (main): add missing call to g_type_init

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/tests/test-fw-id.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-07-21 11:38:25 UTC (rev 2062)
+++ libgpod/trunk/ChangeLog     2008-07-25 22:18:43 UTC (rev 2063)
@@ -1,3 +1,7 @@
+2008-07-26  Christophe Fergeau  <[EMAIL PROTECTED]>
+
+       * tests/test-fw-id.c: (main): add missing call to g_type_init
+
 2008-07-20  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * src/ithumb-writer.c (pack_RGB_565), (pack_RGB_555)

Modified: libgpod/trunk/tests/test-fw-id.c
===================================================================
--- libgpod/trunk/tests/test-fw-id.c    2008-07-21 11:38:25 UTC (rev 2062)
+++ libgpod/trunk/tests/test-fw-id.c    2008-07-25 22:18:43 UTC (rev 2063)
@@ -31,6 +31,8 @@
 #include <time.h>
 #include <libintl.h>
 
+#include <glib-object.h>
+
 #include "itdb.h"
 #include "itdb_device.h"
 
@@ -45,6 +47,8 @@
         return 1;
 
     }
+ 
+    g_type_init ();
 
     device = itdb_device_new ();
     if (device == NULL) {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to