diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 01:50:09 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 01:50:09 +0800 |
commit | d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb (patch) | |
tree | 6e7a0ac192809fb5341e589e550819dbafa4ec9b /shell | |
parent | 6202c3e9ebe9334009156bad13b462821093a332 (diff) | |
download | gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.tar gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.tar.gz gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.tar.bz2 gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.tar.lz gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.tar.xz gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.tar.zst gsoc2013-evolution-d0a5fa689f8e7a2c036c79e5e54f2cd3564d6cbb.zip |
Remove debugging message.
* e-storage-set-view.c (etree_icon_at): Remove debugging message.
svn path=/trunk/; revision=12104
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-storage-set-view.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7084fc0a9a..bb83c8be26 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -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. diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 370e11c104..6a6cbd88b7 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -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); |