diff src/status.c @ 10322:2a132b73a6e6

[gaim-migrate @ 11529] I shuffled around lots of sound code and made the buddy-signon/signoff sounds work again. And I did it by making sound.c connec to the buddy-signon signal. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 23:19:16 +0000
parents 393f85d9f8dd
children 682201b69107
line wrap: on
line diff
--- a/src/status.c	Sun Dec 05 21:25:44 2004 +0000
+++ b/src/status.c	Sun Dec 05 23:19:16 2004 +0000
@@ -1179,8 +1179,6 @@
  *           gaim_log_write(log, GAIM_MESSAGE_SYSTEM, (alias ? alias : name), current_time, tmp);
  *           g_free(tmp);
  *
- *           gaim_sound_play_event(GAIM_SOUND_BUDDY_ARRIVE); 
- *
  *           char *tmp = g_strdup_printf(_("%s logged out."), alias);
  *           gaim_conversation_write(c, NULL, tmp, GAIM_MESSAGE_SYSTEM, time(NULL));
  *           g_free(tmp); 
@@ -1191,8 +1189,6 @@
  *
  *           serv_got_typing_stopped(gc, name);
  *
- *           gaim_sound_play_event(GAIM_SOUND_BUDDY_LEAVE); 
- *
  *           gaim_conversation_update(c, GAIM_CONV_UPDATE_AWAY);
  *
  */