aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-18 20:17:50 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-18 20:17:50 +0800
commiteaa3f1598d5a83090234ba6df0a90a4010f24931 (patch)
tree1fde88d3e1a14810f8c11dcc30b43d0e7112e2b0 /shell/e-shell-view-menu.c
parentfc6c2cd99b5b24a7957af9df611574ca30fa9bed (diff)
downloadgsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar
gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar.gz
gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar.bz2
gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar.lz
gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar.xz
gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar.zst
gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.zip
re-enable importer wizard.
2002-11-18 Not Zed <NotZed@Ximian.com> * e-shell-view-menu.c (file_verbs[]): re-enable importer wizard. svn path=/trunk/; revision=18823
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 9d9177666a..f312efc544 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -667,7 +667,7 @@ static BonoboUIVerb new_verbs [] = {
};
static BonoboUIVerb file_verbs [] = {
- /* BONOBO_UI_VERB ("FileImporter", (BonoboUIVerbFn) show_import_wizard), */
+ BONOBO_UI_VERB ("FileImporter", (BonoboUIVerbFn) show_import_wizard),
BONOBO_UI_VERB ("FileOpenOtherUsersFolder", command_open_other_users_folder),
BONOBO_UI_VERB ("FileRemoveOtherUsersFolder", command_remove_other_users_folder),
BONOBO_UI_VERB ("FileGoToFolder", command_goto_folder),