From 94daae3dba8e86e88f69320bc82795fe660ec9cd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 15 Jun 2012 09:04:08 +0200 Subject: Remove the last remaining usage of GConf --- shell/e-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index ae8abb2a50..7ab685ab27 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1239,7 +1239,7 @@ e_shell_init (EShell *shell) G_CALLBACK (shell_notify_online_cb), NULL); /* XXX Do this after creating the EShellSettings instance, - * otherwise the GConf bindings will not get set up. */ + * otherwise the GSettings bindings will not get set up. */ e_shell_settings_install_property_for_key ( "start-offline", @@ -1474,7 +1474,7 @@ e_shell_create_shell_window (EShell *shell, view_name = e_shell_get_canonical_name (shell, view_name); - /* EShellWindow initializes its active view from a GConf key, + /* EShellWindow initializes its active view from a GSetting key, * so set the key ahead of time to control the intial view. */ if (view_name != NULL) { GSettings *settings; -- cgit