Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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: Sat, 31 Jan 2004 20:59:20 -0600 (CST)
guy         2004/01/31 20:59:20 CST

  Modified files:
    gtk                  main.c 
  Log:
  Konqueror, in KDE 3.0, appears to drop file names of the form
  "file:/foo/bar/...", so that only the "file:" should be stripped off.
  
  Note that we should probably look for "file:" followed by an arbitrary
  number of "/"s, and, at least on UNIX, strip off all but the last of
  those "/"s.
  
  Revision  Changes    Path
  1.384     +12 -4     ethereal/gtk/main.c