Mercurial > pidgin
changeset 19976:e10ed6060df3
Updated purple_request_fields in usermood.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Wed, 12 Sep 2007 19:49:14 +0000 |
parents | 6a0d9fa477d4 |
children | c4ac3aa20ea2 |
files | libpurple/protocols/jabber/usermood.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/usermood.c Wed Sep 12 19:11:38 2007 +0000 +++ b/libpurple/protocols/jabber/usermood.c Wed Sep 12 19:49:14 2007 +0000 @@ -184,7 +184,7 @@ _("Set"), G_CALLBACK(do_mood_set_from_fields), _("Cancel"), NULL, purple_connection_get_account(gc), NULL, NULL, - gc); + "blist", gc); }