changeset 2624:4d5c2c913750

[gaim-migrate @ 2637] this is good. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Oct 2001 23:49:50 +0000
parents 66164831c228
children d8d2df2bdf01
files src/buddy.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy.c	Fri Oct 26 23:20:20 2001 +0000
+++ b/src/buddy.c	Fri Oct 26 23:49:50 2001 +0000
@@ -123,6 +123,7 @@
 static void remove_buddy_show(struct group_show *gs, struct buddy_show *bs);
 static struct group_show *find_gs_by_bs(struct buddy_show *b);
 static void update_num_group(struct group_show *gs);
+static void update_idle_time(struct buddy_show *bs);
 
 void handle_group_rename(struct group *g, char *prevname)
 {
@@ -284,6 +285,7 @@
 		}
 	} else {
 		gtk_label_set_text(GTK_LABEL(bs->label), b->show);
+		update_idle_time(bs);
 	}
 }