Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk summary_dlg.c summary_dlg.h

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

Date Next Thread Next
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 1 Apr 2000 03:16:59 -0600 (CST)
guy         2000/04/01 03:16:54 CST

  Modified files:
    gtk                  summary_dlg.c summary_dlg.h 
  Log:
  No work need be done when a summary dialog box is destroyed, or when the
  window manager tries to delete it, so no callback is needed for the
  "destroy" or "delete_event" signals (grabs are, at least in GTK+ 1.2.7,
  removed when a widget is destroyed, and there's no need for the destroy
  callback to destroy the widget itself; the delete event handler *could*,
  for example, pop up a dialog box saying "Do you really want to close
  this?", and allow the user to back out of the operation, but there's
  no unsaved work that would be lost by closing the window, so there's no
  point in having a delete event handler that does that).
  
  Revision  Changes    Path
  1.2       +1 -13     ethereal/gtk/summary_dlg.c
  1.2       +1 -2      ethereal/gtk/summary_dlg.h