From 3ad67fbdadb2b1da16c53a34fb04489a2acf1def Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 24 Nov 2009 14:37:21 +0100 Subject: Init GTK from test_init() --- tests/test-helper.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/test-helper.c') diff --git a/tests/test-helper.c b/tests/test-helper.c index 5595d8ee0..d51d22a52 100644 --- a/tests/test-helper.c +++ b/tests/test-helper.c @@ -20,8 +20,9 @@ #include #include #include +#include -#include +#include #include "test-helper.h" @@ -30,7 +31,8 @@ test_init (int argc, char **argv) { g_test_init (&argc, &argv, NULL); - empathy_init (); + gtk_init (&argc, &argv); + empathy_gtk_init (); } void -- cgit v1.2.3