diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-05 02:32:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-05 02:32:55 +0800 |
commit | 735297df13cb2ef3279b7c3aed870f5c05f7e550 (patch) | |
tree | 191fae8b5432684e474a4216700688b50352d6ef /shell/e-shell-startup-wizard.c | |
parent | f4780a969c214e9a5a2c9062ed4b7f57c09174f9 (diff) | |
download | gsoc2013-evolution-735297df13cb2ef3279b7c3aed870f5c05f7e550.tar.gz gsoc2013-evolution-735297df13cb2ef3279b7c3aed870f5c05f7e550.tar.zst gsoc2013-evolution-735297df13cb2ef3279b7c3aed870f5c05f7e550.zip |
Pass TRUE for arg allow_creation to e_shell_folder_selection_dialog_new().
* e-shell-folder-commands.c (e_shell_command_copy_folder): Pass
TRUE for arg allow_creation to
e_shell_folder_selection_dialog_new().
(e_shell_command_move_folder): Likewise.
* e-shell-view-menu.c (command_goto_folder): Likewise.
(command_new_shortcut): Likewise.
* e-shell.c (impl_Shell_selectUserFolder): Likewise.
* e-shell-folder-selection-dialog.c
(e_shell_folder_selection_dialog_set_allow_creation): Removed.
(e_shell_folder_selection_dialog_get_allow_creation): Removed.
(e_shell_folder_selection_dialog_new): New arg allow_creation.
(e_shell_folder_selection_dialog_construct): Likewise. Also, do
set priv->shell.
* e-shell-folder-selection-dialog.h,
e-shell-folder-selection-dialog.c: Port to GtkDialog.
svn path=/trunk/; revision=18533
Diffstat (limited to 'shell/e-shell-startup-wizard.c')
-rw-r--r-- | shell/e-shell-startup-wizard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c index 04b36e2a4f..36d96ef083 100644 --- a/shell/e-shell-startup-wizard.c +++ b/shell/e-shell-startup-wizard.c @@ -154,8 +154,10 @@ make_mail_dialog_pages (SWData *data) CORBA_exception_init (&ev); data->mailer = bonobo_activation_activate_from_id ("OAFIID:GNOME_Evolution_Mail_Wizard", 0, NULL, &ev); if (BONOBO_EX (&ev)) { +#if 0 e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("Could not start the Evolution Mailer Assistant interface\n(%s)"), CORBA_exception_id (&ev)); +#endif g_warning ("Could not start mailer (%s)", CORBA_exception_id (&ev)); CORBA_exception_free (&ev); data->mailer = CORBA_OBJECT_NIL; |