Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dlg_utils.c

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: Thu, 3 Jun 2004 16:17:07 -0500 (CDT)
guy         2004/06/03 16:17:07 CDT

  Modified files:
    gtk                  dlg_utils.c 
  Log:
  "gtk_file_selection_set_filename()" doesn't work with a GtkFileChooser,
  and "gtk_file_chooser_set_filename()" requires an absolute path, so ""
  isn't valid.  Get rid of the "gtk_file_selection_set_filename()" call in
  "file_selection_new()".
  
  Put in a comment asking why we're using
  "gtk_file_selection_set_filename()" at all.
  
  Revision  Changes    Path
  1.38      +4 -3      ethereal/gtk/dlg_utils.c