pidgin: 2b9f633f: Initialize the type system in purple_che...
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Fri May 16 11:55:49 EDT 2008
-----------------------------------------------------------------
Revision: 2b9f633f5c1ed2b03ef997daecebcd678e399fc2
Ancestor: 25e6e3e2079fc9ae037cf3f9969925b307e6be3a
Author: nosnilmot at pidgin.im
Date: 2008-05-16T15:49:41
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2b9f633f5c1ed2b03ef997daecebcd678e399fc2
Modified files:
libpurple/tests/check_libpurple.c
ChangeLog:
Initialize the type system in purple_check_init to prevent 'make check'
blowing up when the new network manager dbus code tries to do stuff in
purple_network_init
-------------- next part --------------
============================================================
--- libpurple/tests/check_libpurple.c 99b69c13102682bc20ba388e508b3e7bcb99792d
+++ libpurple/tests/check_libpurple.c 94b2a7f705a7545f83abb7ae785a8cc31b296fc8
@@ -39,6 +39,8 @@ purple_check_init(void) {
purple_check_init(void) {
gchar *home_dir;
+ g_type_init();
+
purple_eventloop_set_ui_ops(&eventloop_ui_ops);
/* build our fake home directory */
More information about the Commits
mailing list