Mercurial > pidgin
comparison src/server.c @ 7475:08ce2a94d9c7
[gaim-migrate @ 8088]
I made Gaim compile with -ansi in my CFLAGS... I don't really know why.
I had to set HAVE_GETADDRINFO and HAVE_SIGNAL_H to 0
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 11 Nov 2003 07:08:13 +0000 |
| parents | 643cbc9a6035 |
| children | 6b9f452e84e1 |
comparison
equal
deleted
inserted
replaced
| 7474:2bdacd38528c | 7475:08ce2a94d9c7 |
|---|---|
| 1156 qm->flags = GAIM_MESSAGE_SYSTEM; | 1156 qm->flags = GAIM_MESSAGE_SYSTEM; |
| 1157 message_queue = g_slist_append(message_queue, qm); | 1157 message_queue = g_slist_append(message_queue, qm); |
| 1158 } | 1158 } |
| 1159 } | 1159 } |
| 1160 gaim_sound_play_event(GAIM_SOUND_BUDDY_ARRIVE); | 1160 gaim_sound_play_event(GAIM_SOUND_BUDDY_ARRIVE); |
| 1161 // LOG system_log(log_signon, gc, b, OPT_LOG_BUDDY_SIGNON); | 1161 /* LOG system_log(log_signon, gc, b, OPT_LOG_BUDDY_SIGNON); */ |
| 1162 } | 1162 } |
| 1163 } else { | 1163 } else { |
| 1164 if (GAIM_BUDDY_IS_ONLINE(b)) { | 1164 if (GAIM_BUDDY_IS_ONLINE(b)) { |
| 1165 | 1165 |
| 1166 if (gaim_prefs_get_bool("/core/conversations/im/show_login")) { | 1166 if (gaim_prefs_get_bool("/core/conversations/im/show_login")) { |
| 1182 message_queue = g_slist_append(message_queue, qm); | 1182 message_queue = g_slist_append(message_queue, qm); |
| 1183 } | 1183 } |
| 1184 } | 1184 } |
| 1185 serv_got_typing_stopped(gc, name); /* obviously not typing */ | 1185 serv_got_typing_stopped(gc, name); /* obviously not typing */ |
| 1186 gaim_sound_play_event(GAIM_SOUND_BUDDY_LEAVE); | 1186 gaim_sound_play_event(GAIM_SOUND_BUDDY_LEAVE); |
| 1187 // LOG system_log(log_signoff, gc, b, OPT_LOG_BUDDY_SIGNON); | 1187 /* LOG system_log(log_signoff, gc, b, OPT_LOG_BUDDY_SIGNON); */ |
| 1188 } | 1188 } |
| 1189 } | 1189 } |
| 1190 | 1190 |
| 1191 if (c != NULL) | 1191 if (c != NULL) |
| 1192 gaim_conversation_update(c, GAIM_CONV_UPDATE_AWAY); | 1192 gaim_conversation_update(c, GAIM_CONV_UPDATE_AWAY); |
