/**
  * Modify the query to navigate.
  * @param QUERY $query
  * @access private
  */
 protected function _adjust_query($query)
 {
     parent::_adjust_query($query);
     $query->add_select('entry.type as entry_type');
 }
 /**
  * @param CHANGE $obj Retrieve the title from this change.
  * @return string
  * @access private
  */
 protected function _text_for_list($obj)
 {
     $props = $obj->kind_properties();
     return $this->context->get_icon_with_text($props->icon, Sixteen_px, parent::_text_for_list($obj));
 }