Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv27947
Modified Files:
buddy_chat.c
Log Message:
Arkadiusz Miskiewicz put in a patch for a Gadu-Gadu (www.gadu-gadu.pl) plugin. this isn't it.
Index: buddy_chat.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/buddy_chat.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- buddy_chat.c 2001/09/29 01:16:54 1.121
+++ buddy_chat.c 2001/09/29 01:36:02 1.122
@@ -1004,7 +1004,7 @@
c = new_conversation(name);
}
-
+ set_convo_gc(c, b->gc);
}
void ignore_callback(GtkWidget *w, struct conversation *b)
|