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 Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 6 Oct 2003 23:36:37 -0500 (CDT)
guy         2003/10/06 23:36:37 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Make the window geometry information static - it's not used outside this
  file.
  
  Fetch the geometry information whenever we get a configure_notify event,
  i.e. if it actually changes, rather than doing so when we get asked to
  delete the main window or we exit.  Don't save the geometry if we've
  never gotten such an event, as it presumably means the size and position
  haven't changed.
  
  Revision  Changes    Path
  1.320     +77 -65    ethereal/gtk/main.c