(async_create_cb): Don't set

the current folder for E_STORAGE_EXISTS.  [#30533]

svn path=/trunk/; revision=18124
This commit is contained in:
Ettore Perazzoli
2002-09-19 19:24:30 +00:00
parent 2bd5999a46
commit ee6920fde5
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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