Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c main.c main.h

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: Mon, 9 Apr 2001 17:35:24 -0500 (CDT)
gram        2001/04/09 17:35:24 CDT

  Modified files:
    gtk                  file_dlg.c main.c main.h 
  Log:
  last_open_dir needs a trailing slash in order for the GTK+
  file-selection dialogue to open the directory and show its
  contents, otherwise it opens the parent directory and shows *its*
  contents.
  
  Revision  Changes    Path
  1.37      +7 -24     ethereal/gtk/file_dlg.c
  1.190     +22 -3     ethereal/gtk/main.c
  1.22      +2 -1      ethereal/gtk/main.h