libpurple/protocols/gg/gg.c

changeset 32649
b497d33010e3
parent 32648
198d9a91c334
child 32650
4a755a62aa46
--- a/libpurple/protocols/gg/gg.c	Mon Oct 10 23:39:33 2011 +0000
+++ b/libpurple/protocols/gg/gg.c	Tue Oct 11 10:18:00 2011 +0000
@@ -635,7 +635,7 @@
 
 	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 @@
 		_("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);
 }

mercurial