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 128548 - gedit should use the new gtk+ 2.3 GtkFileChooser instead of the old GtkFileSelection
gedit should use the new gtk+ 2.3 GtkFileChooser instead of the old GtkFileSe...
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2003-12-04 21:42 UTC by Jan Arne Petersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replaces GtkFileSelection with GtkFileChooser (11.42 KB, patch)
2003-12-04 21:43 UTC, Jan Arne Petersen
none Details | Review

Description Jan Arne Petersen 2003-12-04 21:42:23 UTC
gedit should use the new gtk+ 2.3 GtkFileChooser instead of the old
GtkFileSelection.
Comment 1 Jan Arne Petersen 2003-12-04 21:43:02 UTC
Created attachment 22116 [details] [review]
Replaces GtkFileSelection with GtkFileChooser
Comment 2 Paolo Maggi 2003-12-05 10:03:15 UTC
Thanks for the patch.
I will review it ASAP.

I think you should submit a similar patch for libbonoboui (ask Michael
Meeks first).
Comment 3 Luis Villa 2003-12-09 04:37:04 UTC
Adding the PATCH keyword so that these show up. Thanks a lot, jpetersen.
Comment 4 Vincent Untz 2003-12-11 19:45:01 UTC
Note that the line:
gtk_window_set_default_size (GTK_WINDOW (fchooser), 600, 400);
should be removed. See comments in bug #128636.
Comment 5 Paolo Maggi 2003-12-29 20:02:16 UTC
Thanks for the patch.

It has some problems when multiple files are selected and the extra
widget is not shown.

I have just committed a fixed version of your patch to CVS HEAD.