Wireshark-commits: [Wireshark-commits] rev 36191: /trunk-1.4/ /trunk-1.4/docbook/: release-notes.xm

Date: Mon, 14 Mar 2011 16:19:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36191

User: wmeier
Date: 2011/03/14 09:19 AM

Log:
 Copy over r36180 manually:
 
 ------------------------------------------------------------------------
 r36180 | wmeier | 2011-03-12 14:02:24 -0500 (Sat, 12 Mar 2011) | 7 lines
 
 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.
 ------------------------------------------------------------------------
 
 Update release notes.

Directory: /trunk-1.4/docbook/
  Changes    Path                 Action
  +6 -0      release-notes.xml    Modified

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