diff src/buddy.c @ 1075:2fe18b2d6105

[gaim-migrate @ 1085] rock on committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 07 Nov 2000 12:13:02 +0000
parents 81d19577285a
children 7221054ad2b1
line wrap: on
line diff
--- a/src/buddy.c	Tue Nov 07 09:27:32 2000 +0000
+++ b/src/buddy.c	Tue Nov 07 12:13:02 2000 +0000
@@ -1601,6 +1601,7 @@
 }
 
 static void update_idle_time(struct buddy_show *bs) {
+	/* this also updates the tooltip since that has idle time in it */
 	char idlet[16];
 	time_t t;
 	int ihrs, imin;