aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorbertrand <bertrand@helixcode.com>2000-03-13 09:56:12 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>2000-03-13 09:56:12 +0800
commitb21cd06a462253b43a261e6d91d89edb7ce19cf2 (patch)
tree1693c42dc1cf95380716a8f7d991da7664ce9d71 /shell/e-shell-view.c
parent4ec9945f0595444a94b0816f0146bc797b3037b2 (diff)
downloadgsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.tar
gsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.tar.gz
gsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.tar.bz2
gsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.tar.lz
gsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.tar.xz
gsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.tar.zst
gsoc2013-evolution-b21cd06a462253b43a261e6d91d89edb7ce19cf2.zip
name change
2000-03-12 bertrand <bertrand@helixcode.com> * shell/e-shell-view.c (get_view): name change 2000-03-12 bertrand <bertrand@helixcode.com> * folder-browser-factory.c (folder_browser_factory_init): name change. * evolution-mail.gnorba: name changes svn path=/trunk/; revision=2109
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 10ce194af5..caea4bb6d6 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -94,7 +94,7 @@ get_view (EFolder *efolder)
switch (e_folder_type) {
case E_FOLDER_MAIL :
- w = bonobo_widget_new_control ("GOADID:Evolution:FolderBrowser:1.0",
+ w = bonobo_widget_new_control ("control:evolution-mail",
NULL);
break;