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 155990 - dia uses the old GtkFileSelector, rather than GtkFileChooser
dia uses the old GtkFileSelector, rather than GtkFileChooser
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
CVS head
Other Linux
: Normal enhancement
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-20 21:28 UTC by Dave Malcolm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dave Malcolm 2004-10-20 21:28:57 UTC
dia should use the new GtkFileChooser widgets, rather than the old GtkFileSelector.

Relevant code appears to be in lib/widgets.c and in app/filedlg.c
Comment 1 Hans Breuer 2004-10-30 07:49:59 UTC
reasonable patches accepted ;)
Comment 2 Hans Breuer 2004-11-06 12:44:19 UTC
no patch needed anymore ...

2004-11-02  Lars Clausen  <lars@raeder.dk>

	* app/filedlg.c: Changed to use 2.4 file dialog!  Finally,
	finally, finally.  Not quite bulletproof yet, and I need to figure
	out a minimum version of Gtk that doesn't spew warnings all over.

Comment 3 Lars Clausen 2004-11-06 14:02:22 UTC
Patches to the current code would still be welcome, as well as info on what is a
reasonable minimum version of GTK to require.