diff src/buddy.c @ 472:6a92cd7322cc

[gaim-migrate @ 482] merged chat and IM windows. /me is now in IM, font/color dialogs in chat, and smileys in chat too. also, fixed the GOOD bug. i don't know what kind of crack rob was smoking when he decided O could be eyes. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Jul 2000 23:19:21 +0000
parents 881f5d538f15
children 3133ab511d92
line wrap: on
line diff
--- a/src/buddy.c	Sun Jul 09 18:06:11 2000 +0000
+++ b/src/buddy.c	Sun Jul 09 23:19:21 2000 +0000
@@ -1289,7 +1289,7 @@
                         	if (c == NULL)
                                 	c = new_conversation(name);
 
-                        	write_to_conv(c, b->message, WFLAG_SEND);
+                        	write_to_conv(c, b->message, WFLAG_SEND, NULL);
 
                         	escape_text(b->message);
 
@@ -1542,7 +1542,7 @@
                                                    ((display_options & OPT_DISP_SHOW_TIME) ? date() : ""));
 
 
-					write_to_conv(c, tmp, WFLAG_SYSTEM);
+					write_to_conv(c, tmp, WFLAG_SYSTEM, NULL);
 
 				}
 			}
@@ -1682,7 +1682,7 @@
                                                    ((display_options & OPT_DISP_SHOW_TIME) ? date() : ""));
 
 
-					write_to_conv(c, tmp, WFLAG_SYSTEM);
+					write_to_conv(c, tmp, WFLAG_SYSTEM, NULL);
 
 				}
 			}