From 2b9fedff8b596d7a26cde14fb51012a9b1335f5c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 11 Sep 2000 18:28:22 +0000 Subject: Make `EvolutionStorage' and `ELocalstorage' actually update the CORBA listeners and fix a bug with the creation of the `EvolutionStorageListener' servant. svn path=/trunk/; revision=5334 --- shell/e-folder-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-folder-tree.c') diff --git a/shell/e-folder-tree.c b/shell/e-folder-tree.c index 0c719ca9a4..9962fa508f 100644 --- a/shell/e-folder-tree.c +++ b/shell/e-folder-tree.c @@ -372,7 +372,7 @@ e_folder_tree_foreach (EFolderTree *folder_tree, root_node = g_hash_table_lookup (folder_tree->path_to_folder, G_DIR_SEPARATOR_S); if (root_node == NULL) { - g_warning ("%s -- What?! No root node!?", __FUNCTION__); + g_warning ("e_folder_tree_foreach -- What?! No root node!?"); return; } -- cgit v1.2.3