Mercurial > pidgin.yaz
changeset 27170:5330ffe6ca86
Fix compile warning for non-VV.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 09 Jun 2009 03:42:23 +0000 |
parents | 021fbf2df9f0 |
children | 4023cee127c6 db373b572015 |
files | libpurple/protocols/jabber/presence.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/presence.c Mon Jun 08 18:37:57 2009 +0000 +++ b/libpurple/protocols/jabber/presence.c Tue Jun 09 03:42:23 2009 +0000 @@ -245,7 +245,9 @@ { xmlnode *show, *status, *presence, *pri, *c; const char *show_string = NULL; +#ifdef USE_VV gboolean audio_enabled, video_enabled; +#endif presence = xmlnode_new("presence");