Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.c follow_dlg.h gui_prefs.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 8 Sep 2000 05:59:45 -0500 (CDT)
guy         2000/09/08 05:59:41 CDT

  Modified files:
    gtk                  follow_dlg.c follow_dlg.h gui_prefs.c 
                         help_dlg.c help_dlg.h main.c main.h 
                         packet_win.c packet_win.h proto_draw.c 
                         proto_draw.h 
  Log:
  Redraw:
  
  	the text in all "Follow TCP Stream" windows;
  
  	the text in the help window if we have one up;
  
  	all hex dump windows;
  
  when GUI preference changes are to be applied, so that font changes and
  "Follow TCP Stream" color changes show up.
  
  Update both the Roman and bold font when the font is changed.
  
  Don't decrement the reference counts on the old Roman and bold fonts
  until that's all done.
  
  Revision  Changes    Path
  1.9       +34 -1     ethereal/gtk/follow_dlg.c
  1.3       +4 -1      ethereal/gtk/follow_dlg.h
  1.18      +44 -15    ethereal/gtk/gui_prefs.c
  1.10      +49 -5     ethereal/gtk/help_dlg.c
  1.3       +4 -1      ethereal/gtk/help_dlg.h
  1.155     +4 -7      ethereal/gtk/main.c
  1.20      +3 -1      ethereal/gtk/main.h
  1.14      +9 -12     ethereal/gtk/packet_win.c
  1.6       +2 -2      ethereal/gtk/packet_win.h
  1.20      +10 -10    ethereal/gtk/proto_draw.c
  1.9       +4 -5      ethereal/gtk/proto_draw.h