Wireshark-commits: [Wireshark-commits] rev 45063: /trunk/ui/gtk/ /trunk/ui/gtk/: packet_list_store.

Date: Sun, 23 Sep 2012 10:57:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45063

User: darkjames
Date: 2012/09/23 03:57 AM

Log:
 Speedup loading capture files by about 20%-30% (wireshark only)
 
 Right now packetlist model is used only by one treeview,
 so we can check if packetlist->view has connected model if no, 
 don't emit row-inserted signal.

Directory: /trunk/ui/gtk/
  Changes    Path                   Action
  +1 -2      packet_list_store.c    Modified