diff options
-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), |