From 7d2c28c02c6ecddcf492f385cacbd3d24ac215db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Sep 2008 14:55:41 +0000 Subject: Begin documenting the new shell design. svn path=/branches/kill-bonobo/; revision=36337 --- shell/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 4b7c3cce3d..4d28eb7549 100644 --- a/shell/main.c +++ b/shell/main.c @@ -34,7 +34,6 @@ #include "e-util/e-bconf-map.h" #include -#include "e-shell-registry.h" #include "e-util/e-profile-event.h" #include "e-util/e-util.h" @@ -294,7 +293,8 @@ idle_cb (gchar **uris) return FALSE; } - initial_view = e_shell_registry_get_canonical_name (requested_view); + initial_view = e_shell_get_canonical_name ( + global_shell, requested_view); if (initial_view != NULL) { GConfClient *client; -- cgit v1.2.3