Wireshark-commits: [Wireshark-commits] rev 45320: /trunk/ui/gtk/ /trunk/ui/gtk/: sip_stat.c
Date: Thu, 04 Oct 2012 19:29:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45320

User: wmeier
Date: 2012/10/04 12:29 PM

Log:
 Modify use of GtkTable in preparation for using GtkGrid instead if GTK3.
 Specifically:
  - keep track of number of table rows instead of using gtk_table_get_size();
  - remove call to gtk_table_resize() [not required].

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +49 -79    sip_stat.c    Modified