Mercurial > pidgin
diff src/server.c @ 4985:088566495617
[gaim-migrate @ 5320]
Removed a pair of options ("remember buddy list size and position" and
"ignore new messages when away") and made "Show warning levels" and "show
idle times" depend on "show buddy icons".
Also, brought back the old offline.png status emblem.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Thu, 03 Apr 2003 17:41:08 +0000 |
| parents | 21cfdb9af2eb |
| children | 73aef6d0f497 |
line wrap: on
line diff
--- a/src/server.c Thu Apr 03 17:08:34 2003 +0000 +++ b/src/server.c Thu Apr 03 17:41:08 2003 +0000 @@ -722,19 +722,7 @@ } } else { /* - * Ok, so we're not queuing it. Well then, we'll try to handle - * it normally. Some people think that ignoring it is a perfectly - * acceptible way to handle it. I think they're on crack, but - * hey, that's why it's optional. - */ - if (away_options & OPT_AWAY_DISCARD) { - g_free(name); - g_free(message); - return; - } - - /* - * Ok, so we're not ignoring it. Make sure the conversation + * Make sure the conversation * exists and is updated (partly handled above already), play * the receive sound (sound.c will take care of not playing * while away), and then write it to the convo window.
