Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 4 Jul 2000 21:52:38 -0500 (CDT)
guy         2000/07/04 21:52:36 CDT

  Modified files:
    .                    capture.c 
  Log:
  To make windows modal, use "gtk_window_set_modal()" rather than
  "gtk_grab_add()"; the former makes it a bit clearer what's being done,
  and I think it may be considered the right way to do it (GTK+ remembers
  the state of the window and appears to add and remove the grab as
  appropriate).
  
  Revision  Changes    Path
  1.111     +2 -2      ethereal/capture.c