(async_create_cb): Don't set
the current folder for E_STORAGE_EXISTS. [#30533] svn path=/trunk/; revision=18124
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user