Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk isprint.h Makefile.am follow_dlg.c gtkgl

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, 9 Jul 2004 18:02:40 -0500 (CDT)
guy         2004/07/09 18:02:39 CDT

  Modified files:
    gtk                  Makefile.am follow_dlg.c gtkglobals.h 
                         proto_draw.c 
  Added files:
    gtk                  isprint.h 
  Log:
  In the GTK+ code, move the redefinition of "isprint()" to
  "gtk/isprint.h", and include that in "follow_dlg.c" (which wasn't
  including "gtkglobals.h" and thus wasn't getting the redefinition) and
  "proto_draw.c" (which was including "gtkglobals.h" but now needs to
  include "isprint.h" as well).
  
  Revision  Changes    Path
  1.107     +2 -1      ethereal/gtk/Makefile.am
  1.69      +3 -1      ethereal/gtk/follow_dlg.c
  1.31      +1 -14     ethereal/gtk/gtkglobals.h
  1.108     +3 -1      ethereal/gtk/proto_draw.c