libpurple/protocols/mxit/actions.c

branch
soc.2008.masterpassword
changeset 34145
fa72f1e5cd77
parent 34108
7a07b6857540
child 34148
62a874e41930
--- a/libpurple/protocols/mxit/actions.c	Tue Mar 26 17:08:15 2013 +0100
+++ b/libpurple/protocols/mxit/actions.c	Thu Mar 28 09:49:16 2013 +0100
@@ -408,7 +408,7 @@
 
 	/* (reference: "libpurple/request.h") */
 	purple_request_fields( gc, _( "Change PIN" ), _( "Change MXit PIN" ), NULL, fields, _( "Set" ),
-			G_CALLBACK( mxit_change_pin_cb ), _( "Cancel" ), NULL, session->acc, NULL, NULL, gc );
+			G_CALLBACK( mxit_change_pin_cb ), _( "Cancel" ), NULL, purple_connection_get_account( gc ), NULL, NULL, gc );
 }
 
 

mercurial