diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-18 20:17:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-18 20:17:50 +0800 |
commit | eaa3f1598d5a83090234ba6df0a90a4010f24931 (patch) | |
tree | 1fde88d3e1a14810f8c11dcc30b43d0e7112e2b0 | |
parent | fc6c2cd99b5b24a7957af9df611574ca30fa9bed (diff) | |
download | gsoc2013-evolution-eaa3f1598d5a83090234ba6df0a90a4010f24931.tar.gz 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
-rw-r--r-- | shell/ChangeLog | 2 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 073ab4ab62..32bcb457a6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,7 @@ 2002-11-18 Not Zed <NotZed@Ximian.com> + * e-shell-view-menu.c (file_verbs[]): re-enable importer wizard. + * importer/importer.c (dialog_response_cb): from clicked_cb. (start_import): gtkdialogise. 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), |