comparison src/server.c @ 2937:261895f72f8a

[gaim-migrate @ 2950] I'm never committing to gaim again. Really. You've got to believe me on this. committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Fri, 25 Jan 2002 04:49:39 +0000
parents 4ed6fb39870b
children 8e924e4aa256
comparison
equal deleted inserted replaced
2936:dd71bb88bc58 2937:261895f72f8a
637 if (new_conv && (sound_options & OPT_SOUND_FIRST_RCV)) 637 if (new_conv && (sound_options & OPT_SOUND_FIRST_RCV))
638 play_sound(FIRST_RECEIVE); 638 play_sound(FIRST_RECEIVE);
639 else if (cnv->makesound && (sound_options & OPT_SOUND_RECV)) 639 else if (cnv->makesound && (sound_options & OPT_SOUND_RECV))
640 play_sound(RECEIVE); 640 play_sound(RECEIVE);
641 641
642 set_convo_name(cnv, name);
643
642 write_to_conv(cnv, message, away | WFLAG_RECV, NULL, mtime, len); 644 write_to_conv(cnv, message, away | WFLAG_RECV, NULL, mtime, len);
643 } 645 }
644 646
645 plugin_event(event_im_displayed_rcvd, gc, name, message, (void *)flags); 647 plugin_event(event_im_displayed_rcvd, gc, name, message, (void *)flags);
646 g_free(name); 648 g_free(name);