Wireshark-commits: [Wireshark-commits] rev 29199: /trunk/ /trunk/gtk/: new_packet_list.c packet_lis

Date: Sun, 26 Jul 2009 22:11:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29199

User: etxrab
Date: 2009/07/26 03:11 PM

Log:
 From Kovarththanan Rajaratnam:
 - Don't issue a row_inserted signal. Rely on our caller to have  
 disconnected the model from the view.
 
 -  Removing col_fmt from row_data. It wasn't being used. If we need to store
 the column format in the future that should probably be placed in the
 PacketList instead of the PacketListRecord
 2) Remove double allocation of col_text. Now we allocate it in
 new_packet_list_append() and pass it on to packet_list_append_record()
 3) Use se_alloc instead of se_alloc0 because we explictly set all the
 parameters we use.

Directory: /trunk/gtk/
  Changes    Path                   Action
  +2 -5      new_packet_list.c      Modified
  +28 -23    packet_list_store.c    Modified
  +0 -1      packet_list_store.h    Modified

Directory: /trunk/
  Changes    Path            Action
  +1 -1      config.nmake    Modified