pidgin: ad0d31c7: Gadu-Gadu: use correct libgadu api funct...
tomkiewicz at cpw.pidgin.im
tomkiewicz at cpw.pidgin.im
Tue Oct 11 06:22:09 EDT 2011
----------------------------------------------------------------------
Revision: ad0d31c7d052e6a7e85bd4aabb3d29968a246b13
Parent: 56d4c98323cf3913d7d60f1a4a4ea38de518a3bc
Author: tomkiewicz at cpw.pidgin.im
Date: 10/11/11 06:18:00
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ad0d31c7d052e6a7e85bd4aabb3d29968a246b13
Changelog:
Gadu-Gadu: use correct libgadu api functions to change password
Changes against parent 56d4c98323cf3913d7d60f1a4a4ea38de518a3bc
patched libpurple/protocols/gg/gg.c
-------------- next part --------------
============================================================
--- libpurple/protocols/gg/gg.c 831ea3124d6b747746d966e5d0a9c2a13b051334
+++ libpurple/protocols/gg/gg.c d373a00c5eae92892895255d22618e4cb9e55a28
@@ -635,7 +635,7 @@ static void ggp_callback_change_passwd_h
purple_input_remove(req->inpa);
- if (gg_pubdir_watch_fd(req->http_req) == -1 ||
+ if (gg_change_passwd_watch_fd(req->http_req) == -1 ||
req->http_req->state == GG_STATE_ERROR)
goto exit_error;
@@ -660,7 +660,7 @@ exit_cleanup:
_("Unable to change password. Error occurred.\n"), NULL);
exit_cleanup:
- gg_pubdir_free(req->http_req);
+ gg_change_passwd_free(req->http_req);
g_free(req->new_password);
g_free(req);
}
More information about the Commits
mailing list