aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-04-09 23:46:00 +0800
committerDan Winship <danw@src.gnome.org>2004-04-09 23:46:00 +0800
commit7f2badb024128819fbb1d2656057c5e476100cd8 (patch)
treec13bcea14f62769857b72307f6eef59f183babaa /shell/e-shell-window.c
parentfabe4f1d8ae42c7bf8f1674c98ef4103e2e53bf0 (diff)
downloadgsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.tar
gsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.tar.gz
gsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.tar.bz2
gsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.tar.lz
gsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.tar.xz
gsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.tar.zst
gsoc2013-evolution-7f2badb024128819fbb1d2656057c5e476100cd8.zip
Change this a lot. Now each component will maintain its own
* e-user-creatable-items-handler.c: Change this a lot. Now each component will maintain its own EUserCreatableItemsHandler and merge the button and menus in and out of the UI as its controls are activated and deactivated. (This lets the connector component display the correct default for the New button). Also, update to the Product Design Team's new organization (separating object types from folder types) * e-shell.c: Remove all creatable_items_handler references * e-shell-window.c (e_shell_window_new): Remove creatable_items_handler reference * Makefile.am: Move e-user-creatable-items-handler from evolution to libeshell, and make libeshell depend on libemiscwidgets (for the combo button) * Evolution-Component.idl: add another field to CreatableItemType so we can distinguish object types from folder types. svn path=/trunk/; revision=25379
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index b74ca15374..592b20688f 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -738,8 +738,6 @@ e_shell_window_new (EShell *shell,
gconf_client_get_int (gconf_client, "/apps/evolution/shell/view_defaults/width", NULL),
gconf_client_get_int (gconf_client, "/apps/evolution/shell/view_defaults/height", NULL));
- e_user_creatable_items_handler_attach_menus (e_shell_peek_user_creatable_items_handler (shell), window);
-
g_object_unref (gconf_client);
return GTK_WIDGET (window);
}