Mercurial > pidgin
changeset 19875:25517a27771d
Added hints to jabber jabber.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 12 Aug 2007 17:55:38 +0000 |
parents | 9d46c706afa5 |
children | dd5932225deb |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Sun Aug 12 17:48:53 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.c Sun Aug 12 17:55:38 2007 +0000 @@ -881,7 +881,7 @@ _("Register"), G_CALLBACK(jabber_register_cb), _("Cancel"), G_CALLBACK(jabber_register_cancel_cb), purple_connection_get_account(js->gc), NULL, NULL, - js); + "register-account", js); g_free(instructions); } @@ -1382,8 +1382,8 @@ _("Change XMPP Password"), _("Please enter your new password"), fields, _("OK"), G_CALLBACK(jabber_password_change_cb), _("Cancel"), NULL, - purple_connection_get_account(gc), NULL, NULL, - js); + purple_connection_get_account(gc), NULL, NULL, + "account", js); } GList *jabber_actions(PurplePlugin *plugin, gpointer context)