Wireshark-commits: [Wireshark-commits] rev 28687: /trunk/gtk/ /trunk/gtk/: filter_autocomplete.c
Date: Wed, 10 Jun 2009 18:13:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28687

User: stig
Date: 2009/06/10 11:13 AM

Log:
 From yami via bug 3508:
 Fix a performance issue in filter autocomplete by disable sorting before
 calling build_autocompletion_list() in filter_autocomplete_handle_backspace(),
 and enable it after building list.

Directory: /trunk/gtk/
  Changes    Path                     Action
  +22 -4     filter_autocomplete.c    Modified