Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk proto_dlg.c help_dlg.c follow_dlg.c

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Wed, 16 Aug 2000 16:09:00 -0500 (CDT)
deniel      2000/08/16 16:08:55 CDT

  Modified files:
    gtk                  proto_dlg.c help_dlg.c follow_dlg.c 
  Log:
  Fix a long standing bug in the scrolled window handling in follow TCP stream
  which make ethereal aborts if the preferences were modified (or cancel) after
  the TCP window was closed.
  
  Fix the same bug in the other scrolled window handling (help & protocols).
  
  (forget_scrolled_window() was not called at the window closure).
  
  Revision  Changes    Path
  1.3       +30 -11    ethereal/gtk/proto_dlg.c
  1.3       +54 -30    ethereal/gtk/help_dlg.c
  1.6       +10 -2     ethereal/gtk/follow_dlg.c