diff src/gtkconn.c @ 7108:6faeeecab0dc

[gaim-migrate @ 7673] Put the rest of util.[ch] into namespaces and sectioned off the functions. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 07:15:53 +0000
parents 770233dad86c
children 9ab1987e5d8b
line wrap: on
line diff
--- a/src/gtkconn.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/gtkconn.c	Wed Oct 01 07:15:53 2003 +0000
@@ -273,7 +273,7 @@
 
 	primary = g_strdup_printf(_("%s has been disconnected"),
 				gaim_account_get_username(gaim_connection_get_account(gc)));
-	secondary = g_strdup_printf("%s\n%s", full_date(),
+	secondary = g_strdup_printf("%s\n%s", gaim_date_full(),
 								text ? text : _("Reason Unknown."));
 	gaim_notify_error(NULL, _("Connection Error"), primary, secondary);
 	g_free(primary);