diff src/protocols/irc/msgs.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 86ed8b2aa665
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/protocols/irc/msgs.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/protocols/irc/msgs.c	Wed Oct 01 07:15:53 2003 +0000
@@ -203,7 +203,7 @@
 		g_free(irc->whois.channels);
 	}
 	if (irc->whois.idle) {
-		gchar *timex = sec_to_text(irc->whois.idle);
+		gchar *timex = gaim_str_seconds_to_string(irc->whois.idle);
 		g_string_append_printf(info, _("<b>Idle for:</b> %s<br>"), timex);
 		g_free(timex);
 		g_string_append_printf(info, "<b>%s:</b> %s", _("Online since"), ctime(&irc->whois.signon));