Mercurial > pidgin
diff libpurple/plugins/statenotify.c @ 32240:78fae2fc38d5
More code changed to use the accessor functions.
| author | andrew.victor@mxit.com |
|---|---|
| date | Sat, 01 Oct 2011 15:50:20 +0000 |
| parents | 1f68af4afe67 |
| children |
line wrap: on
line diff
--- a/libpurple/plugins/statenotify.c Sat Oct 01 15:48:36 2011 +0000 +++ b/libpurple/plugins/statenotify.c Sat Oct 01 15:50:20 2011 +0000 @@ -42,7 +42,7 @@ g_snprintf(buf, sizeof(buf), message, escaped); g_free(escaped); - purple_conv_im_write(conv->u.im, NULL, buf, PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_ACTIVE_ONLY | PURPLE_MESSAGE_NO_LINKIFY, time(NULL)); + purple_conv_im_write(PURPLE_CONV_IM(conv), NULL, buf, PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_ACTIVE_ONLY | PURPLE_MESSAGE_NO_LINKIFY, time(NULL)); } static void
