Currently, opening a raster image seems to be not working again. Is it maybe not fetching the right extension? Maybe this is unrelated, or a coincidence.
Kees Cook wrote:
On Mon, Jan 03, 2005 at 12:29:17AM -0700, Ted Gould wrote:
2nd, I'm not sure which order that the list should be in. Probably alphabetical -- but I'm not sure. This also comes down to what order should all the lists of modules be in?
PS - I see that Kees you changed it to keep the same order as initialized, which isn't bad. It would make it so that the internal modules would end up first, thoughts anyone?
Yeah, this is basically the question I asked too. I'm not sure what's "right", but I was trying to compare the "before" list with the "after" list and it seemed like the extensions were mostly in init order, so that's what I implemented.
I think alphabetical (by filename extension, not description) should be the way to go. With the GDK stuff in there, the list is giant already, so navigating it should be made easier. It should not be alphabetical until the last-saved pref is restored, though. Dunno. It should be "intuitive"... but I'm not sure what that really means for an open/save dialog. :)