From 51e41cceed54128c308919de80386a72e0c00ad5 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Mon, 6 Aug 2007 13:21:39 +0000 Subject: Committed on behalf of Diego Escalante Urrelo 2007-08-06 Sankar P * Committed on behalf of Diego Escalante Urrelo * bbdb.c: (bbdb_timeout), (bbdb_open_addressbook): * gaimbuddies.c: (bbdb_sync_buddy_list_check): "Synchronize now" should work even if periodic checking is not enabled. Fixes bug #377309 svn path=/trunk/; revision=33957 --- plugins/bbdb/gaimbuddies.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/bbdb/gaimbuddies.c') diff --git a/plugins/bbdb/gaimbuddies.c b/plugins/bbdb/gaimbuddies.c index e8c34bd01f..b77a058970 100644 --- a/plugins/bbdb/gaimbuddies.c +++ b/plugins/bbdb/gaimbuddies.c @@ -85,11 +85,6 @@ bbdb_sync_buddy_list_check (void) gconf = gconf_client_get_default (); - if (! gconf_client_get_bool (gconf, GCONF_KEY_ENABLE_GAIM, NULL)) { - g_object_unref (G_OBJECT (gconf)); - return; - } - blist_path = g_build_path ("/", getenv ("HOME"), ".gaim/blist.xml", NULL); if (stat (blist_path, &statbuf) < 0) { g_free (blist_path); -- cgit v1.2.3