From: <the...@us...> - 2006-09-22 06:21:04
|
Revision: 17336 http://svn.sourceforge.net/gaim/?rev=17336&view=rev Author: thekingant Date: 2006-09-21 23:21:00 -0700 (Thu, 21 Sep 2006) Log Message: ----------- Get rid of a call to printf Modified Paths: -------------- trunk/gtk/gtkaccount.c Modified: trunk/gtk/gtkaccount.c =================================================================== --- trunk/gtk/gtkaccount.c 2006-09-22 05:42:01 UTC (rev 17335) +++ trunk/gtk/gtkaccount.c 2006-09-22 06:21:00 UTC (rev 17336) @@ -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); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |