Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43947: /trunk/ui/gtk/ /trunk/ui/gtk/: bytes_view.c

Date: Mon, 23 Jul 2012 20:24:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43947

User: darkjames
Date: 2012/07/23 01:24 PM

Log:
 Fix bug #7520: Byteview related Glib-GObject-Critical msgs during GTK2 Wireshark startup
 
 Put generated, with *proper* types version of marshaler (VOID:OBJECT,OBJECT) inside bytes_view.c
 It was also only blocker of #undef GTK_DISABLE_DEPRECATED, so remove it.
 
 XXX generated version of marshaler looks portable, but it'd be best to generate it using
 glib-genmarshal during compilation.

Directory: /trunk/ui/gtk/
  Changes    Path            Action
  +33 -4     bytes_view.c    Modified