[evolution/wip/gsettings: 16/17] Build fixes



commit ce6762cbde1477e767528c2c704a91539204e6c3
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Nov 17 17:20:39 2011 +0100

    Build fixes

 addressbook/gui/widgets/eab-config.h |    2 +-
 modules/mail/e-mail-shell-settings.c |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/gui/widgets/eab-config.h b/addressbook/gui/widgets/eab-config.h
index ee99f64..36134c0 100644
--- a/addressbook/gui/widgets/eab-config.h
+++ b/addressbook/gui/widgets/eab-config.h
@@ -74,7 +74,7 @@ GType eab_config_get_type (void);
 EABConfig *eab_config_new (gint type, const gchar *menuid);
 
 EABConfigTargetSource *eab_config_target_new_source (EABConfig *ecp, ESource *source);
-EABConfigTargetPrefs *eab_config_target_new_prefs (EABConfig *ecp, GConfClient *gconf);
+EABConfigTargetPrefs *eab_config_target_new_prefs (EABConfig *ecp, GSettings *settings);
 
 G_END_DECLS
 
diff --git a/modules/mail/e-mail-shell-settings.c b/modules/mail/e-mail-shell-settings.c
index 8c845bd..7fe3fc0 100644
--- a/modules/mail/e-mail-shell-settings.c
+++ b/modules/mail/e-mail-shell-settings.c
@@ -325,6 +325,7 @@ e_mail_shell_settings_init (EShellBackend *shell_backend)
 
 	e_shell_settings_install_property_for_key (
 		"composer-sign-reply-if-signed",
+		MAIL_SCHEMA,
 		"/apps/evolution/mail/composer/sign_reply_if_signed");
 
 	e_shell_settings_install_property_for_key (



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