Mercurial > pidgin
comparison plugins/notify.c @ 13233:f09c6e8df82c
[gaim-migrate @ 15598]
SF Patch #1417225 from Sadrul
This reworks the conversation signals.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 11 Feb 2006 19:16:38 +0000 |
| parents | 384661a6ead6 |
| children | 0fa8153beebf |
comparison
equal
deleted
inserted
replaced
| 13232:c9f536f771d0 | 13233:f09c6e8df82c |
|---|---|
| 239 | 239 |
| 240 return 0; | 240 return 0; |
| 241 } | 241 } |
| 242 | 242 |
| 243 static gboolean | 243 static gboolean |
| 244 message_displayed_cb(GaimAccount *account, GaimConversation *conv, const char *message, GaimMessageFlags flags) | 244 message_displayed_cb(GaimAccount *account, const char *who, char *message, |
| 245 GaimConversation *conv, GaimMessageFlags flags) | |
| 245 { | 246 { |
| 246 if ((flags & GAIM_MESSAGE_RECV) && !(flags & GAIM_MESSAGE_DELAYED)) | 247 if ((flags & GAIM_MESSAGE_RECV) && !(flags & GAIM_MESSAGE_DELAYED)) |
| 247 notify(conv, TRUE); | 248 notify(conv, TRUE); |
| 248 | 249 |
| 249 return FALSE; | 250 return FALSE; |
