diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:35:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 02:35:10 +0800 |
commit | 5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51 (patch) | |
tree | 049325c90fdc0e7bcc6e7ce48c5ab4a317e2cd0d | |
parent | 6540548989c9c31bd3776ea9f6dc2babe8cb8ece (diff) | |
download | gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.gz gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.bz2 gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.lz gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.xz gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.tar.zst gsoc2013-evolution-5d8fc2a05b9fcfd53ee3590e4fac6e373019ef51.zip |
Remove debugging message.
svn path=/trunk/; revision=5336
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-local-storage.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 40faf055e1..d0cc559e2f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2000-09-11 Ettore Perazzoli <ettore@helixcode.com> + * e-local-storage.c (new_folder): Removed debugging message. + +2000-09-11 Ettore Perazzoli <ettore@helixcode.com> + * evolution-storage.c (evolution_storage_new_folder): If description is NULL, use the empty string instead. diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index 43c433a1ee..b051938bea 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -163,8 +163,6 @@ new_folder (ELocalStorage *local_storage, priv = local_storage->priv; - g_print ("%s:%s -- %s\n", __FILE__, __FUNCTION__, path); - e_storage_new_folder (E_STORAGE (local_storage), path, folder); evolution_storage_new_folder (EVOLUTION_STORAGE (priv->bonobo_interface), |