aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-20 03:24:30 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-20 03:24:30 +0800
commitee6920fde52cb5000f8396ff69740513301aa0c8 (patch)
tree0837acf5b7c9be3cd403a92e5842d528d6ab2999
parent2bd5999a46871c499f7e162692dc26efdb791129 (diff)
downloadgsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.tar
gsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.tar.gz
gsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.tar.bz2
gsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.tar.lz
gsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.tar.xz
gsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.tar.zst
gsoc2013-evolution-ee6920fde52cb5000f8396ff69740513301aa0c8.zip
(async_create_cb): Don't set
the current folder for E_STORAGE_EXISTS. [#30533] svn path=/trunk/; revision=18124
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-folder-creation-dialog.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 48bcbc8f6e..b75533ee72 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2002-09-19 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-folder-creation-dialog.c (async_create_cb): Don't set
+ the current folder for E_STORAGE_EXISTS. [#30533]
+
+2002-09-19 Ettore Perazzoli <ettore@ximian.com>
+
* evolution-storage.c (evolution_storage_update_folder): Do not
stop propagating the notification to the listeners if
::notifyFolderUpdate() fails. [#27662 (?)]
diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c
index 9d92295342..dc4ea94826 100644
--- a/shell/e-shell-folder-creation-dialog.c
+++ b/shell/e-shell-folder-creation-dialog.c
@@ -108,9 +108,6 @@ async_create_cb (EStorageSet *storage_set,
dialog_data_destroy (dialog_data);
}
return;
- } else if (result == E_STORAGE_EXISTS) {
- e_storage_set_view_set_current_folder (E_STORAGE_SET_VIEW (dialog_data->storage_set_view),
- dialog_data->folder_path);
}
/* Tell the callback something failed, then popup a dialog