Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/jabber.c @ 25794:3d4ce9df0d48
Change jabber_presence_send to not take an extra argument to force idle updating
Changed a g_sprintf to g_snprintf
Thanks to darkrain42 for feedback and suggestions
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 17 Nov 2008 18:22:26 +0000 |
parents | e9b7e41dc816 |
children | 8060be20fa6e |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Sun Nov 16 22:48:22 2008 +0000 +++ b/libpurple/protocols/jabber/jabber.c Mon Nov 17 18:22:26 2008 +0000 @@ -1441,7 +1441,7 @@ /* send out an updated prescence */ purple_debug_info("jabber", "sending updated presence for idle\n"); - jabber_presence_send(account, status, TRUE); + jabber_presence_send(account, status); } void jabber_add_feature(const char *shortname, const char *namespace, JabberFeatureEnabled cb) {