Ethereal-dev: Re: [Ethereal-dev] Fatal Gtk-ERROR with 'Create Folder' feature on Ethereal v0.1
Hello Guy,
I'm not partial to the Windows behavior over GTK's behavor.
It's just that the GTK "Create Folder" behavior has some subtle
differences that could leave an Ethereal user who is used
to Windows behavor just a little confused. ;-)
Regarding the GTK defect itself, is there something I need to do
or can do let the appropriate GTK developers know of the problem,
or have you or someone else already alerted same?
Thanks,
Jim Y.
> >>> gharris@xxxxxxxxx 10/11/04 03:57PM >>>
> 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.