--- 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);