aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-11 01:25:09 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-11 01:25:09 +0800
commit5ad77dcd45fdf397741bd4c3535a35002d3fc4d7 (patch)
tree8379ceac97ccb53f3f56dbf3c36efee91891d290 /shell
parentb3e9f04b6890752b93be5df169c56ecc3ec44cee (diff)
downloadgsoc2013-evolution-5ad77dcd45fdf397741bd4c3535a35002d3fc4d7.tar.gz
gsoc2013-evolution-5ad77dcd45fdf397741bd4c3535a35002d3fc4d7.tar.zst
gsoc2013-evolution-5ad77dcd45fdf397741bd4c3535a35002d3fc4d7.zip
Removed some useless debugging messages.
svn path=/trunk/; revision=4041
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-storage-set.c1
-rw-r--r--shell/e-storage.c1
3 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 890eb8d51e..c51e3e0f56 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-storage.c (e_storage_new_folder): Removed debugging message.
+
+ * e-storage-set.c (storage_new_folder_cb): Removed debugging
+ message.
+
2000-07-10 Federico Mena Quintero <federico@helixcode.com>
* e-shell-view.c (unrealize): As a quasi-hack, do a gdk_flush()
diff --git a/shell/e-storage-set.c b/shell/e-storage-set.c
index f24a3ac05c..81f97f055c 100644
--- a/shell/e-storage-set.c
+++ b/shell/e-storage-set.c
@@ -131,7 +131,6 @@ storage_new_folder_cb (EStorage *storage,
storage_set = E_STORAGE_SET (data);
full_path = make_full_path (storage, path);
- g_print ("EStorageSet: New folder -- %s\n", full_path);
gtk_signal_emit (GTK_OBJECT (storage_set), signals[NEW_FOLDER], full_path);
g_free (full_path);
}
diff --git a/shell/e-storage.c b/shell/e-storage.c
index 30c0c6d667..7472b6badd 100644
--- a/shell/e-storage.c
+++ b/shell/e-storage.c
@@ -484,7 +484,6 @@ e_storage_new_folder (EStorage *storage,
g_hash_table_insert (priv->path_to_folder, folder->path, folder);
- g_print ("EStorage: New folder -- %s\n", folder->path);
gtk_signal_emit (GTK_OBJECT (storage), signals[NEW_FOLDER], folder->path);
g_free (full_path);
kc2009-01-141-3/+1 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-031-1/+1 * The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-101-132/+112 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4 * Update to KDE 3.5.8lofi2007-10-301-1/+1 * Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-161-85/+1 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-041-1/+1 * Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-201-2/+2 * Another typo of mine.lofi2007-04-121-2/+2 * Update to 4.2.3lofi2007-03-251-1/+1 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-141-1/+1 * - (Re)add the sql dependency trigger. [1]lofi2007-02-241-2/+3 * - Fix typo: svg is in graphics/qt4-svgrafan2007-02-091-1/+1 * Post-import bugfixorama:lofi2007-02-061-3/+3 * Add qt4, a multiplatform C++ application frameworklofi2007-02-061-1/+86 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-201-2/+7 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-131-1/+1 * * Change all bogus uses of BROKEN to IGNORE. Note: the BROKEN_WITH_*linimon2006-07-051-2/+2 * Update to KDE 3.5.3lofi2006-06-061-1/+1 * Sometimes uic is called in configure scripts, too.lofi2006-04-051-1/+2 * Set TMPDIR for all users of uic in order to avoid spamming files outsidelofi2006-04-031-0/+5 * Update to KDE 3.5.2lofi2006-03-311-1/+1 * Update to KDE 3.5.1.lofi2006-02-011-3/+3 * Switch this over to the mailing list.linimon2006-01-291-1/+1 * - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-221-2/+2 * Update to KDE 3.5.0lofi2006-01-091-1/+1 * Remove KDE2/QT1 cruft.lofi2005-11-051-22/+2 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-051-1/+1 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-011-1/+1 * Update to KDE 3.4.1lofi2005-06-261-1/+1 * Update to KDE 3.4lofi2005-03-211-1/+1 * Remove trailing spaces.krion2005-01-091-1/+1 * Globally disable -Wl,-as-needed for all users of USE_KDELIBS_VER. Binarieslofi2004-12-301-1/+2 * Update to KDE 3.3.2lofi2004-12-141-1/+1 * Fix implicit dependency on imake for KDE and all USE_KDELIBS_VERlofi2004-12-051-1/+2 * Argh argh argh argh. Full reverse!lofi2004-12-021-1/+1 * Sync with ports.lofi2004-12-021-1/+1 * Update to KDE 3.3.1lofi2004-11-081-1/+1 * Update to KDE 3.3lofi2004-08-311-5/+5 * Retire QT2. QT3 was released a few years ago and QT4 will be released soon.arved2004-07-231-35/+5 * Update to version 3.2.3lofi2004-06-101-1/+1 * Move the conftargethack into the USE_KDELIBS_VER section so users oflofi2004-05-241-6/+11 * Move another helpful bit from Makefile.kde to bsd.kde.mk:lofi2004-05-221-0/+6