comparison 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
comparison
equal deleted inserted replaced
7107:9220c7490cd1 7108:6faeeecab0dc
271 { 271 {
272 gchar *primary, *secondary; 272 gchar *primary, *secondary;
273 273
274 primary = g_strdup_printf(_("%s has been disconnected"), 274 primary = g_strdup_printf(_("%s has been disconnected"),
275 gaim_account_get_username(gaim_connection_get_account(gc))); 275 gaim_account_get_username(gaim_connection_get_account(gc)));
276 secondary = g_strdup_printf("%s\n%s", full_date(), 276 secondary = g_strdup_printf("%s\n%s", gaim_date_full(),
277 text ? text : _("Reason Unknown.")); 277 text ? text : _("Reason Unknown."));
278 gaim_notify_error(NULL, _("Connection Error"), primary, secondary); 278 gaim_notify_error(NULL, _("Connection Error"), primary, secondary);
279 g_free(primary); 279 g_free(primary);
280 g_free(secondary); 280 g_free(secondary);
281 } 281 }