Ethereal-dev: Re: [Ethereal-dev] Fatal Gtk-ERROR with 'Create Folder' feature on Ethereal v0.

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

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Mon, 11 Oct 2004 12:57:59 -0700 (PDT)
Jim Young said:
> Unlike Window's File Manager (which immediately creates a
> a folder called "New Folder" when one selects the
> "File -> New -> Folder" menu item, Ethereal's "Create Folder"
> button, does NOT in fact immediately create the new folder.
> Instead a new (placeholder) item is added to top of the list of
> file names and folders of in the current directory.

Note that this is in fact, not Ethereal's "Create Folder" button, it's
GTK+'s "Create Folder" button; we don't have our own code to implement
file creation dialog boxes, we use GTK+'s file selection dialog (with
pre-2.4 GTK+) or file chooser dialog (with 2.4 and later).

At some point there might be a version of Ethereal with a native Windows
interface; if so, those who want Ethereal on Windows to behave more like
other Windows application should use that version.