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 128747 - control-center should use the new gtk+ 2.3 file chooser.
control-center should use the new gtk+ 2.3 file chooser.
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-07 19:47 UTC by Jan Arne Petersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: 2.6.next
GNOME version: ---


Attachments
This patch replaces GtkFileSelection with GtkFileChooser. (8.75 KB, patch)
2003-12-07 19:48 UTC, Jan Arne Petersen
none Details | Review

Description Jan Arne Petersen 2003-12-07 19:47:25 UTC
The new GtkFileChooser should be used in the control-center.
Comment 1 Jan Arne Petersen 2003-12-07 19:48:07 UTC
Created attachment 22192 [details] [review]
This patch replaces GtkFileSelection with GtkFileChooser.
Comment 2 Luis Villa 2003-12-09 04:36:44 UTC
Adding the PATCH keyword so that these show up. Thanks a lot, jpetersen.
Comment 3 Vincent Untz 2003-12-11 19:42:25 UTC
Note that the line:
gtk_window_set_default_size (GTK_WINDOW (fchooser), 600, 400);
should be removed. See comments in bug #128636.
Comment 4 Jody Goldberg 2004-02-16 17:08:53 UTC
Applied with the same vertical height kludge as the accessibility patch.