diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-01 12:16:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-01 12:16:26 +0800 |
commit | e0862e69a791b6eae6b35e6d93c28fdd2c92eee1 (patch) | |
tree | 9c14527b5d17ccc489a9edbd22b0cae2807d05b4 /shell/e-shell-window.c | |
parent | b90fd7e8a1ed8939be514ce998f2e95b0f42bd9f (diff) | |
download | gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.gz gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.tar.zst gsoc2013-evolution-e0862e69a791b6eae6b35e6d93c28fdd2c92eee1.zip |
** See #58827.
2004-05-27 Not Zed <NotZed@Ximian.com>
** See #58827.
* e-shell-window.c (switch_view): api change
* e-shell.c (impl_Shell_handleURI): Fixed for api change.
(impl_Shell_handleURI): check the component alias for an alternate
uri schema path. 'quick hack' for activating components from
command line. This may, or may not, continue to function.
* e-component-registry.c (e_component_registry_peek_info): added
an id for search type.
(e_component_registry_peek_info_for_uri_schema): ^ makes this
redundant, removed.
(e_component_registry_activate): fixed for api change.
svn path=/trunk/; revision=26137
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r-- | shell/e-shell-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 3811c136b2..996c151db9 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -280,6 +280,7 @@ switch_view (EShellWindow *window, ComponentView *component_view) GConfClient *gconf_client = gconf_client_get_default (); EComponentRegistry *registry = e_shell_peek_component_registry (window->priv->shell); EComponentInfo *info = e_component_registry_peek_info (registry, + ECR_FIELD_ID, component_view->component_id); char *title; |