]> git.0d.be Git - empathy.git/commitdiff
Use empathy_gtk_init()
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 12 Dec 2008 15:49:28 +0000 (15:49 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 12 Dec 2008 15:49:28 +0000 (15:49 +0000)
svn path=/trunk/; revision=1968

tests/contact-manager.c

index 4372f20931b0d0e48f80c8fda2858f4b3d6cbbca..ac3b6bdc8cbf226c797b34de53afb5c2f02e46a7 100644 (file)
@@ -6,6 +6,7 @@
 #include <libempathy/empathy-debug.h>
 
 #include <libempathy-gtk/empathy-contact-list-store.h>
+#include <libempathy-gtk/empathy-ui-utils.h>
 
 int
 main (int argc, char **argv)
@@ -17,7 +18,7 @@ main (int argc, char **argv)
        GtkWidget *window;
        GtkCellRenderer *renderer;
 
-       gtk_init (&argc, &argv);
+       empathy_gtk_init (&argc, &argv);
 
        empathy_debug_set_flags (g_getenv ("EMPATHY_DEBUG"));
        main_loop = g_main_loop_new (NULL, FALSE);