From 77a4220c0223bf13a6c2f89f1cdfc4184b506628 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 19 Nov 2002 22:25:10 +0000 Subject: Save the settings via gconf. (mail_preferences_construct): Load the values 2002-11-19 Jeffrey Stedfast * mail-preferences.c (mail_preferences_apply): Save the settings via gconf. (mail_preferences_construct): Load the values from gconf. svn path=/trunk/; revision=18848 --- mail/mail-config-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-config-factory.c') diff --git a/mail/mail-config-factory.c b/mail/mail-config-factory.c index 4e7e0ee2ed..f193757fb0 100644 --- a/mail/mail-config-factory.c +++ b/mail/mail-config-factory.c @@ -115,7 +115,7 @@ config_control_factory_cb (BonoboGenericFactory *factory, const char *component_ } g_signal_connect (control, "apply", G_CALLBACK (config_control_apply_cb), data); - g_object_weak_ref (control, (GWeakNotify) config_control_destroy_cb, data); + g_object_weak_ref ((GObject *) control, (GWeakNotify) config_control_destroy_cb, data); return BONOBO_OBJECT (control); } -- cgit v1.2.3