From 55ed27cd2f509453c9928a21a75871a5fe59fb9f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 14 Nov 2011 17:19:25 +0100 Subject: Migrate EShellSettings to GSettings --- shell/e-shell-settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-settings.h') diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h index 15aaff2071..0316a7bb0b 100644 --- a/shell/e-shell-settings.h +++ b/shell/e-shell-settings.h @@ -69,7 +69,8 @@ void e_shell_settings_install_property (GParamSpec *pspec); void e_shell_settings_install_property_for_key (const gchar *property_name, - const gchar *gconf_key); + const gchar *schema, + const gchar *key); void e_shell_settings_enable_debug (EShellSettings *shell_settings); /* Getters and setters for common EShellSettings property types. -- cgit