diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:28:22 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:28:22 +0800 |
commit | 2b9fedff8b596d7a26cde14fb51012a9b1335f5c (patch) | |
tree | 9cbd79f4605d78af4a402dc20f42489df34b7f52 /shell/e-folder-tree.c | |
parent | 4889cc0a361e693fb9aa852e58ce5fa9bf889f5a (diff) | |
download | gsoc2013-evolution-2b9fedff8b596d7a26cde14fb51012a9b1335f5c.tar.gz gsoc2013-evolution-2b9fedff8b596d7a26cde14fb51012a9b1335f5c.tar.zst gsoc2013-evolution-2b9fedff8b596d7a26cde14fb51012a9b1335f5c.zip |
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
Diffstat (limited to 'shell/e-folder-tree.c')
-rw-r--r-- | shell/e-folder-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |