Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv16471
Modified Files:
buddy.c
Log Message:
this is good.
Index: buddy.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/buddy.c,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- buddy.c 2001/10/25 20:24:00 1.265
+++ buddy.c 2001/10/26 23:49:50 1.266
@@ -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);
}
}
|