[evolution] Bug 624482 - Monitor /apps/evolution/mail/prompts for changes



commit 4887542c249ca35d76ab00af1081ba6497c18e26
Author: David Woodhouse <David Woodhouse intel com>
Date:   Sat Jul 17 12:24:38 2010 +0100

    Bug 624482 - Monitor /apps/evolution/mail/prompts for changes
    
    Otherwise the UI doesn't notice changes when they're made directly in gconf,
    which is what the dialogs actually do.

 mail/mail-config.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/mail/mail-config.c b/mail/mail-config.c
index c7adc4c..8c76353 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -604,6 +604,10 @@ mail_config_init (void)
 
 	gtk_rc_parse (config->gtkrc);
 
+	gconf_client_add_dir (
+		config->gconf, "/apps/evolution/mail/prompts",
+		GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
+
 	/* Composer Configuration */
 
 	gconf_client_add_dir (



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]