GNOME Bugzilla – Bug 132902
theme install button uses old GtkFileSel instead of GtkFileChooser
Last modified: 2004-12-22 21:47:04 UTC
It would be nice to switch as completely as possible over to the new file chooser for GNOME 2.6 so we don't have mixed widgets.
Thanks for the reminder. I would expect the whole of the Gnome desktop will be moving over to this as soon as possible. Notes: Changed severity to enhancement, added bugsquad keyword
I'm adding the TARGET 2.6.0 keyword as well- we should not ship GNOME 2.6 with this in.
One line patch. Okey to commit?
Created attachment 24767 [details] [review] Patch for using GtkFileChooser in the Entry
Luis? Do we need RT approval at this point or is it clear by virtue of being a UI-REVIEW bug?
It still needs maintainer approval. Since we're in UI-freeze it's probably best to run it past the release team - but we'll almost certainly quickly rubber stamp it as OK.
Sorry, definitely not needed (well, like Andrew said we'd rubber stamp anyway.) Seth, Jody, please commit.
blah, just getting to the theme capplet now. Apologies for the delay. Patch is trivial and has been applied. All it's doing is telling libgnomeui to use the file chooser (why isn't that the default now)
It's not default because GnomeFileEntry exposed the old GtkFileSelection widget in its public API, so if we make it default we can broke some apps. So we need to check app by app and set it manually if the app is not accessing fentry->fsw
*** Bug 136029 has been marked as a duplicate of this bug. ***