changeset 1251:2d12541cedb1

[gaim-migrate @ 1261] no more debug_buff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 20:23:06 +0000
parents b5783215b245
children 46c09828e929
files src/gnome_applet_mgr.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnome_applet_mgr.c	Wed Dec 13 20:18:35 2000 +0000
+++ b/src/gnome_applet_mgr.c	Wed Dec 13 20:23:06 2000 +0000
@@ -92,8 +92,7 @@
 		
 	} else {
 		result = FALSE;
-		sprintf(debug_buff,_("file not found: %s\n"),path);
-		debug_print(debug_buff);
+		debug_printf(_("file not found: %s\n"),path);
 	}
 	
 	free(path);
@@ -408,8 +407,7 @@
 		label_style->font = label_font; 
 		gtk_widget_set_style( status_label, label_style );
 	} else {
-		sprintf(debug_buff, _("Font does not exist") );
-		debug_print(debug_buff);
+		debug_printf(_("Font does not exist") );
 	}
 	
 	gtk_box_pack_start(GTK_BOX(vbox), status_label, FALSE, TRUE, 0);