diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-12 03:01:03 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-12 03:01:03 +0800 |
commit | 0fd4de8110c0dc2aebd29dc40434a9629e6a5d27 (patch) | |
tree | 1274d39ab16d8f6627d6541c482772621b8a1b65 /shell/e-shell-view-menu.c | |
parent | f753547d5d281b34587430a88a1dc1934d65c889 (diff) | |
download | gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.tar gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.tar.gz gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.tar.bz2 gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.tar.lz gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.tar.xz gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.tar.zst gsoc2013-evolution-0fd4de8110c0dc2aebd29dc40434a9629e6a5d27.zip |
add the importer part 1
svn path=/trunk/; revision=7398
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index d82d61a56a..38c10d1793 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -32,6 +32,9 @@ #include "e-shell-constants.h" #include "e-shell-view-menu.h" +#include "importer/importer.h" + +#include <liboaf/liboaf.h> #include <bonobo.h> @@ -402,6 +405,7 @@ BonoboUIVerb new_verbs [] = { }; BonoboUIVerb file_verbs [] = { + BONOBO_UI_VERB ("FileImporter", show_import_wizard), BONOBO_UI_VERB ("FileGoToFolder", command_goto_folder), BONOBO_UI_VERB ("FileCreateFolder", command_create_folder), BONOBO_UI_VERB ("FileExit", command_quit), |