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

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: Fri, 16 Apr 2004 18:57:55 -0500 (CDT)
guy         2004/04/16 18:57:55 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Report errors in opening various configuration files at the time the
  failure occurs; now that "simple_dialog()" queues up messages if we
  don't yet have the main window, those messages will be queued up until
  then.
  
  Move the point at which we pop up those queued messages after the
  "process all pending GUI events" is done, so that those messages are
  properly displayed on top of the main window.
  
  Revision  Changes    Path
  1.424     +84 -118   ethereal/gtk/main.c