Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk follow_dlg.c gtkglobals.h main.c proto_d

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Apr 2001 07:07:41 -0500 (CDT)
gram        2001/04/10 07:07:40 CDT

  Modified files:
    gtk                  follow_dlg.c gtkglobals.h main.c 
                         proto_draw.c 
  Log:
  Check in isprint() hack for Win32 so that Ethereal is usably while
  we figure out what the real bug is.
  
  Fix set_last_open_dir() to use G_DIR_SEPARATOR and G_DIR_SEPARATOR_S
  for cross-platform compatibility.
  
  Revision  Changes    Path
  1.13      +19 -1     ethereal/gtk/follow_dlg.c
  1.14      +15 -1     ethereal/gtk/gtkglobals.h
  1.191     +4 -3      ethereal/gtk/main.c
  1.33      +4 -3      ethereal/gtk/proto_draw.c