diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-16 01:58:01 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-16 01:58:01 +0800 |
commit | ee8e8b6bae8d50da2f3610be3f2cf2d441363f82 (patch) | |
tree | 8b77c8fceb5d4971e39b9078900393caa5dec115 /mail | |
parent | d484d566e35d3654d124a92050cd64cb31c12795 (diff) | |
download | gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.tar gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.tar.gz gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.tar.bz2 gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.tar.lz gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.tar.xz gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.tar.zst gsoc2013-evolution-ee8e8b6bae8d50da2f3610be3f2cf2d441363f82.zip |
Disabled some debugging messages.
2003-05-14 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c: Disabled some debugging messages.
svn path=/trunk/; revision=21192
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/component-factory.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 97826c5cd7..cb68f13ea6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2003-05-14 Jeffrey Stedfast <fejj@ximian.com> + + * component-factory.c: Disabled some debugging messages. + 2003-05-14 JP Rosevear <jpr@ximian.com> * mail-local.h: add proto diff --git a/mail/component-factory.c b/mail/component-factory.c index 5968d97069..35ee185bb0 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -488,7 +488,7 @@ get_dnd_selection (EvolutionShellComponent *shell_component, int *selection_length_return, void *closure) { - g_print ("should get dnd selection for %s\n", physical_uri); + d(printf ("should get dnd selection for %s\n", physical_uri)); return NULL; } @@ -598,7 +598,7 @@ destination_folder_handle_drop (EvolutionShellComponentDndDestinationFolder *des if (uri) camel_url_free (uri); - g_print ("in destination_folder_handle_drop (%s)\n", physical_uri); + d(printf ("in destination_folder_handle_drop (%s)\n", physical_uri)); for (type = 0; accepted_dnd_types[type]; type++) if (!strcmp (destination_context->dndType, accepted_dnd_types[type])) |