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 128686 - gsearchtool should use new gtk+ 2.3 file chooser.
gsearchtool should use new gtk+ 2.3 file chooser.
Status: VERIFIED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
trunk
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-12-06 18:26 UTC by Jan Arne Petersen
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch replaces GtkFileSelection with GtkFileChooser. (4.52 KB, patch)
2003-12-06 18:27 UTC, Jan Arne Petersen
none Details | Review

Description Jan Arne Petersen 2003-12-06 18:26:17 UTC
gsearchtool should use the new GtkFileChooser.
Comment 1 Jan Arne Petersen 2003-12-06 18:27:46 UTC
Created attachment 22155 [details] [review]
This patch replaces GtkFileSelection with GtkFileChooser.
Comment 2 Luis Villa 2003-12-09 04:36:48 UTC
Adding the PATCH keyword so that these show up. Thanks a lot, jpetersen.
Comment 3 Dennis Cranston 2003-12-09 07:19:17 UTC
Similar patch applied to CVS (Head).  Thanks jpetersen!

2003-12-06  Dennis Cranston <dennis_cranston at yahoo com>

	* gsearchtool-callbacks.[ch]: Replace GtkFileSelection 
	with GtkFileChooser.  Based on patch provided by
	Jan Arne Petersen  <jpetersen@uni-bonn.de>.