Mercurial > pidgin.yaz
changeset 32047:f018b3be6d2c
merge of '499902f7613784436d3ab1e47339e2822f695102'
and '991beede956f49a172400a1cc3b5784f94a00fba'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 11 May 2011 04:35:06 +0000 |
parents | dc1c25b81efd (diff) 8ae190ff23c7 (current diff) |
children | 738467beb687 |
files | |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c Wed May 11 04:34:39 2011 +0000 +++ b/libpurple/protocols/gg/gg.c Wed May 11 04:35:06 2011 +0000 @@ -1616,14 +1616,14 @@ } static void ggp_typing_notification_handler(PurpleConnection *gc, uin_t uin, int length) { - gchar *from; - - from = g_strdup_printf("%u", uin); - if (length) - serv_got_typing(gc, from, 0, PURPLE_TYPING); - else - serv_got_typing_stopped(gc, from); - g_free(from); + gchar *from; + + from = g_strdup_printf("%u", uin); + if (length) + serv_got_typing(gc, from, 0, PURPLE_TYPING); + else + serv_got_typing_stopped(gc, from); + g_free(from); } /** @@ -1790,7 +1790,7 @@ GG_S(ev->event.status60.status), ev->event.status60.descr); break; case GG_EVENT_USERLIST: - if (ev->event.userlist.type == GG_USERLIST_GET_REPLY) { + if (ev->event.userlist.type == GG_USERLIST_GET_REPLY) { purple_debug_info("gg", "GG_USERLIST_GET_REPLY\n"); purple_notify_info(gc, NULL, _("Buddy list downloaded"),