Wireshark-commits: [Wireshark-commits] rev 33849: /trunk/gtk/ /trunk/gtk/: help_dlg.c help_dlg.h ma
Date: Thu, 19 Aug 2010 15:02:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33849

User: wmeier
Date: 2010/08/19 08:02 AM

Log:
 Use proper signatures for event callback functions:
    EG: Non-event signal callback functions shouldn't
    be directly used as event callback functions.
 Replace use of deprecated "GtkSignalFunc";
 Whitespace cleanup.

Directory: /trunk/gtk/
  Changes    Path              Action
  +21 -22    help_dlg.c        Modified
  +3 -3      help_dlg.h        Modified
  +126 -100  main_welcome.c    Modified