From a3a512a3e5756adb9b5ec097b4e97a7c373a90bd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 8 Jul 2002 19:01:37 +0000 Subject: New helper function. (e_folder_to_corba): Use it here. * e-folder.c (safe_corba_string_dup): New helper function. (e_folder_to_corba): Use it here. * Makefile.am (libeshell_la_SOURCES): Move e-folder.c here, from evolution_SOURCES. (eshellinclude_HEADERS): Likewise, move e-folder.h here. * evolution-storage.c (impl_Storage_getFolderAtPath): New, implementation for Evoluiton::Storage::getFolderAtPath. (evolution_storage_get_epv): Install CORBA method here. * Evolution-Storage.idl (getFolderAtPath): New method in Evolution::Storage. svn path=/trunk/; revision=17383 --- shell/e-local-storage.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/e-local-storage.c') diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 882a52e5bb..ee8b09cb5c 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -520,9 +520,6 @@ component_async_remove_folder_callback (EvolutionShellComponentClient *shell_com if (result == EVOLUTION_SHELL_COMPONENT_OK) { result = remove_folder_directory (E_LOCAL_STORAGE (callback_data->storage), path); e_storage_removed_folder (E_STORAGE (callback_data->storage), path); - - g_print ("...Removed %s!\n", path); - evolution_storage_removed_folder (EVOLUTION_STORAGE (priv->bonobo_interface), path); } else { /* FIXME: Handle errors. */ -- cgit