Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dfilter_expr_dlg.c prefs_dlg.c proto_dlg

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 10 Jun 2004 05:09:58 -0500 (CDT)
guy         2004/06/10 05:09:58 CDT

  Modified files:
    gtk                  dfilter_expr_dlg.c prefs_dlg.c 
                         proto_dlg.c tcp_graph.c 
  Log:
  "delete_event" is an event, so its handler takes three arguments, not
  two, and it returns a gboolean.
  
  Revision  Changes    Path
  1.59      +12 -2     ethereal/gtk/dfilter_expr_dlg.c
  1.87      +6 -5      ethereal/gtk/prefs_dlg.c
  1.35      +5 -4      ethereal/gtk/proto_dlg.c
  1.63      +43 -33    ethereal/gtk/tcp_graph.c