Remove debugging message.
* e-storage-set-view.c (etree_icon_at): Remove debugging message. svn path=/trunk/; revision=12104
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2001-08-16 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-storage-set-view.c (etree_icon_at): Remove debugging message.
|
||||
|
||||
2001-08-15 Jason Leach <jleach@ximian.com>
|
||||
|
||||
* e-shell-view-menu.c (command_help): Don't hardcode/build a help
|
||||
@ -42,6 +46,7 @@
|
||||
* e-corba-storage.c (impl_StorageListener_notifyFolderCreated):
|
||||
Pass the passed-in unread_count to e_storage_new_folder.
|
||||
|
||||
>>>>>>> 1.617
|
||||
2001-08-13 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-gray-bar.c (impl_style_set): Chain to the parent class.
|
||||
|
||||
@ -1364,7 +1364,6 @@ etree_icon_at (ETreeModel *etree,
|
||||
path = (char*)e_tree_memory_node_get_data (E_TREE_MEMORY(etree), tree_path);
|
||||
|
||||
/* Storages, Summary (nee My Evolution) is the only special case for now */
|
||||
g_print ("path: %s\n", path);
|
||||
if (depth == 1 && !strcmp (path, "/summary")) { /* Storages */
|
||||
|
||||
folder_type_registry = e_storage_set_get_folder_type_registry (storage_set);
|
||||
|
||||
Reference in New Issue
Block a user