comparison src/multi.c @ 1708:eeb0cfe710b1

[gaim-migrate @ 1718] one of my friends requested this, and since i was bored i did it for him. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 04:35:17 +0000
parents 8b0c165a33f4
children f42ce672c560
comparison
equal deleted inserted replaced
1707:5417bf0c8e28 1708:eeb0cfe710b1
833 } 833 }
834 834
835 void hide_login_progress(struct gaim_connection *gc, char *why) 835 void hide_login_progress(struct gaim_connection *gc, char *why)
836 { 836 {
837 char buf[2048]; 837 char buf[2048];
838 sprintf(buf, _("%s was unable to sign on: %s"), gc->username, why); 838 sprintf(buf, _("%s\n%s was unable to sign on: %s"), full_date(), gc->username, why);
839 do_error_dialog(buf, _("Signon Error")); 839 do_error_dialog(buf, _("Signon Error"));
840 if (gc->meter) 840 if (gc->meter)
841 gtk_widget_destroy(gc->meter); 841 gtk_widget_destroy(gc->meter);
842 gc->meter = NULL; 842 gc->meter = NULL;
843 } 843 }