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

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Sun, 16 May 2004 13:42:55 -0500 (CDT)
ulfl        2004/05/16 13:42:55 CDT

  Modified files:
    gtk                  simple_dialog.c 
  Log:
  don't show simple_dialogs, if main window iconified (minimized),
  this would lead to an unresponsive program.
  Simply discard the messages, as we don't have a way to queue and show this
  message if the main window is becoming "visible" again.
  
  Revision  Changes    Path
  1.33      +25 -1     ethereal/gtk/simple_dialog.c