Method: Ig3tool::PeopleWindow#refresh

Defined in:
lib/ui/peoplewindow.rb

#refresh(widget) ⇒ Object



114
115
116
117
# File 'lib/ui/peoplewindow.rb', line 114

def refresh(widget)
  puts "refresh!"
  _update_names(nil) unless @statussearch.active == -1
end