aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-config.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-12-06 13:29:34 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-06 13:29:34 +0800
commita6ad5ed3aa6348ae70ef21be37adb9f6df02e392 (patch)
treefbf6b23dfc04c1a1aba261becb814f6b43076ba2 /calendar/gui/e-cal-config.c
parent94a8222e180c526cadf6df4f5cf3c040904e6083 (diff)
downloadgsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.tar
gsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.tar.gz
gsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.tar.bz2
gsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.tar.lz
gsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.tar.xz
gsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.tar.zst
gsoc2013-evolution-a6ad5ed3aa6348ae70ef21be37adb9f6df02e392.zip
gui/e-cal-config.c (ecph_class_init) Remove stray leftover debugging
2005-12-06 Tor Lillqvist <tml@novell.com> * gui/e-cal-config.c (ecph_class_init) * gui/memos-component.c (memos_component_init): Remove stray leftover debugging output. * gui/memos-component.c (ensure_sources): Use g_filename_to_uri() instead of just prefixing "file://". svn path=/trunk/; revision=30725
Diffstat (limited to 'calendar/gui/e-cal-config.c')
-rw-r--r--calendar/gui/e-cal-config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-config.c b/calendar/gui/e-cal-config.c
index 81e818c806..b243afc844 100644
--- a/calendar/gui/e-cal-config.c
+++ b/calendar/gui/e-cal-config.c
@@ -160,7 +160,6 @@ ecph_class_init (EPluginHookClass *klass)
klass->id = "org.gnome.evolution.calendar.config:1.0";
for (i = 0; ecph_targets[i].type; i++) {
- g_print ("adding hook target '%s'\n", ecph_targets[i].type);
e_config_hook_class_add_target_map ((EConfigHookClass *)klass, &ecph_targets[i]);
}