diff options
author | JP Rosevear <jpr@ximian.com> | 2002-07-27 04:12:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-07-27 04:12:29 +0800 |
commit | 7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a (patch) | |
tree | cba028b9e17e313911a8abc43ff2484e95e22aaa /calendar | |
parent | 6fb402b631a1823fbc143a8ef6317cfec0eb0e67 (diff) | |
download | gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.tar gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.tar.gz gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.tar.bz2 gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.tar.lz gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.tar.xz gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.tar.zst gsoc2013-evolution-7c5e6a4cd1a8bc01d18a54a298a68808d96fd22a.zip |
remove useless debug statement
2002-07-26 JP Rosevear <jpr@ximian.com>
* cal-client/cal-client.c (cal_client_construct): remove useless
debug statement
Probably fixes #19333
svn path=/trunk/; revision=17619
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/cal-client/cal-client.c | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f28aa74e6c..05a5b1d99c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -17,6 +17,13 @@ 2002-07-26 JP Rosevear <jpr@ximian.com> + * cal-client/cal-client.c (cal_client_construct): remove useless + debug statement + + Probably fixes #19333 + +2002-07-26 JP Rosevear <jpr@ximian.com> + * gui/comp-editor-factory.c (impl_editExisting): focus the editor if it does exist, create a new one if it doesn't (not vice-versa) diff --git a/calendar/cal-client/cal-client.c b/calendar/cal-client/cal-client.c index 17f1d2a4fb..1f220117e8 100644 --- a/calendar/cal-client/cal-client.c +++ b/calendar/cal-client/cal-client.c @@ -615,7 +615,6 @@ cal_client_construct (CalClient *client) info = servers->_buffer + i; - g_print ("Factory: %s\n", info->iid); factory = (GNOME_Evolution_Calendar_CalFactory) oaf_activate_from_id (info->iid, 0, NULL, &ev); if (BONOBO_EX (&ev)) { |