Variable ListWidget._ownAdapter

when true, need to destroy adapter on list destroy

class ListWidget
{
  // ...
  bool _ownAdapter;
  // ...
}