Wireshark-commits: [Wireshark-commits] rev 36180: /trunk/gtk/ /trunk/gtk/: new_packet_list.c packet

Date: Sat, 12 Mar 2011 19:02:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36180

User: wmeier
Date: 2011/03/12 11:02 AM

Log:
 Fix bug #5189: Wireshark crashes when cancelling a large sort operation.
 Essentially: Don't try to sort if the pre-requisite "columnization" step is stopped
              via the progressbar dialog window before the step completes.
 Also: Fix a (very) minor bug wherein the sort-indicator not always cleared on the
       "previous column" when "No Sorting" was selected from a column context menu.
 Also: Do minor code, comments & whitespace cleanup.

Directory: /trunk/gtk/
  Changes    Path                   Action
  +41 -29    new_packet_list.c      Modified
  +83 -57    packet_list_store.c    Modified
  +1 -0      packet_list_store.h    Modified