Mercurial > pidgin.yaz
diff libpurple/protocols/jabber/si.c @ 20598:285bb637a2b7
Updated hinting to be less invasive
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 22 Sep 2007 16:19:34 +0000 |
parents | 6a0d9fa477d4 |
children | 8c9aad9479c0 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/si.c Sat Sep 22 09:48:07 2007 +0000 +++ b/libpurple/protocols/jabber/si.c Sat Sep 22 16:19:34 2007 +0000 @@ -870,7 +870,7 @@ purple_request_fields_add_group(fields, group); - purple_request_fields(jsx->js->gc, _("Select a Resource"), msg, NULL, fields, + purple_request_fields_with_hint(jsx->js->gc, _("Select a Resource"), msg, NULL, fields, _("Send File"), G_CALLBACK(resource_select_ok_cb), _("Cancel"), G_CALLBACK(resource_select_cancel_cb), jsx->js->gc->account, xfer->who, NULL, "xfer", xfer);