changeset 14608:98776da658d1

[gaim-migrate @ 17336] Get rid of a call to printf committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 22 Sep 2006 06:21:00 +0000
parents f23506e8f812
children 36ededd6e064
files gtk/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/gtkaccount.c	Fri Sep 22 05:42:01 2006 +0000
+++ b/gtk/gtkaccount.c	Fri Sep 22 06:21:00 2006 +0000
@@ -607,7 +607,7 @@
 	if (dialog->account != NULL) {
 		gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->new_mail_check),
 					     gaim_account_get_check_mail(dialog->account));
-		
+
 		gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->icon_check),
 					     !gaim_account_get_ui_bool(dialog->account, GAIM_GTK_UI, "use-global-buddyicon",
 								       TRUE));
@@ -1063,7 +1063,6 @@
 			/* The user set an icon, which would've been cached by convert_buddy_icon,
 			 * but didn't save the changes. Delete the cache file. */
 			char *filename = g_build_filename(gaim_buddy_icons_get_cache_dir(), dialog->icon_path, NULL);
-			printf("Deleting\n");
 			g_unlink(filename);
 			g_free(filename);
 		}