comparison src/conversation.c @ 474:7720d0f9da8e

[gaim-migrate @ 484] i'm a moron committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Jul 2000 23:48:20 +0000
parents f9bb7761c52b
children 0fcb7e7a263c
comparison
equal deleted inserted replaced
473:f9bb7761c52b 474:7720d0f9da8e
880 int state; 880 int state;
881 int y; 881 int y;
882 int i; 882 int i;
883 char *smiley = g_malloc(7); 883 char *smiley = g_malloc(7);
884 884
885 if (!who) who = c->name; 885 if (!who) {
886 if (flags & WFLAG_SEND)
887 who = current_user->username;
888 else
889 who = c->name;
890 }
886 891
887 if (flags & WFLAG_SYSTEM) { 892 if (flags & WFLAG_SYSTEM) {
888 893
889 gtk_html_freeze(GTK_HTML(c->text)); 894 gtk_html_freeze(GTK_HTML(c->text));
890 895