Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c main.h menu.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: Tue, 4 May 2004 15:49:34 -0500 (CDT)
guy         2004/05/04 15:49:34 CDT

  Modified files:
    gtk                  main.c main.h menu.c 
  Log:
  If all we're doing is changing the visibility of a pane, we don't have
  to re-lay-out the main window, we just need to change the visibility of
  the appropriate widgets - that reduces the amount of drawing done,
  speeding things up a little and reducing flicker.
  
  Revision  Changes    Path
  1.430     +48 -23    ethereal/gtk/main.c
  1.46      +2 -1      ethereal/gtk/main.h
  1.190     +4 -4      ethereal/gtk/menu.c