After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138268 - Ideally would like to use GtkFileChooser not GtkFileSelection
Ideally would like to use GtkFileChooser not GtkFileSelection
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
unspecified
Other All
: Normal enhancement
: 0.13
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2004-03-27 00:28 UTC by Lincoln Phipps
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lincoln Phipps 2004-03-27 00:28:54 UTC
GtkFileChooser allows for more fancy stuff like better filters for file names
and can handle the gnome-vfs so potentially you could open up files with any url.

Are there any gotchas with moving to GtkFileChooser in planner-window.c ?
Comment 1 Richard Hult 2004-03-27 01:10:14 UTC
Not really, except that we've kept the dependency to GNOME 2.0 more or less so
far. I wouldn't mind personally to move to the new stuff in GNOME 2.6, it would
simplify the code in a few places and would make undo for inserting tasks and
resources work a lot better, amongst other things.

I have no strong opinion on this, except perhaps that it would be nice to get a
working version out that before we move over to the new stuff.
Comment 2 Mikael Hallendal 2004-03-27 18:20:21 UTC
Yeah, I think we should try to get a 0.12 out soon and then move HEAD in CVS to
GNOME 2.6. That is also the descision we haven't taken for Gossip (another
project we are running).