--- 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 ); }