Wireshark-commits: [Wireshark-commits] rev 32500: /trunk/gtk/ /trunk/gtk/: main_packet_list.c main_

Date: Fri, 16 Apr 2010 22:48:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32500

User: morriss
Date: 2010/04/16 03:48 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3387 (crash
 when changing the font and deleting a column at the same time while using
 the old packet list):
 
 Don't calculate the default column widths until after both the font and column
 preferences have been applied.
 
 This isn't a problem in the new packet list.

Directory: /trunk/gtk/
  Changes    Path                  Action
  +10 -3     main_packet_list.c    Modified
  +3 -0      main_packet_list.h    Modified
  +12 -0     prefs_dlg.c           Modified