pidgin: 499902f7: Small space to tab changes.
qulogic at pidgin.im
qulogic at pidgin.im
Tue May 10 23:55:44 EDT 2011
----------------------------------------------------------------------
Revision: 499902f7613784436d3ab1e47339e2822f695102
Parent: e09847cb3f7316d9a193184e236421bea704bd4b
Author: qulogic at pidgin.im
Date: 05/10/11 23:49:44
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/499902f7613784436d3ab1e47339e2822f695102
Changelog:
Small space to tab changes.
Changes against parent e09847cb3f7316d9a193184e236421bea704bd4b
patched libpurple/protocols/gg/gg.c
-------------- next part --------------
============================================================
--- libpurple/protocols/gg/gg.c 65e88015ce6f3ce5c7b5ae19472df30c9c6ce926
+++ libpurple/protocols/gg/gg.c 8434c4ecf17d739b187479bec0e41fd197156eb4
@@ -1616,14 +1616,14 @@ static void ggp_typing_notification_hand
}
static void ggp_typing_notification_handler(PurpleConnection *gc, uin_t uin, int length) {
- gchar *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);
+ 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 @@ static void ggp_callback_recv(gpointer _
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"),
More information about the Commits
mailing list