# HG changeset patch # User Eric Warmenhoven # Date 976738986 0 # Node ID 2d12541cedb18182c170a6e4c811014c1fa929ff # Parent b5783215b24558291d92126d92179f396288a1b9 [gaim-migrate @ 1261] no more debug_buff committer: Tailor Script diff -r b5783215b245 -r 2d12541cedb1 src/gnome_applet_mgr.c --- 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);