aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c
index 1ed06c611a..4b7c3cce3d 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -302,8 +302,7 @@ idle_cb (gchar **uris)
client = gconf_client_get_default ();
key = "/apps/evolution/shell/view_defaults/component_id";
- requested_view = gconf_client_set_string (
- client, key, initial_view, NULL);
+ gconf_client_set_string (client, key, initial_view, NULL);
g_object_unref (client);
}