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 305850 - file extension on export dialog
file extension on export dialog
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
CVS head
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-05-29 18:51 UTC by Dietmar Czekay
Modified: 2005-06-12 13:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dietmar Czekay 2005-05-29 18:51:26 UTC
export any drawing. Reopen the export dialog. The extension is set to *.dia,
even though the selected file type for export is different.
Comment 1 Lars Clausen 2005-05-31 18:54:18 UTC
Seems to work fine on CVS head.  It even remembers the last export extension
between runs of Dia.

I tried the following:

1. Start Dia
2. Select File->Export
3. Select "CGM" export filter
4. Click Save
5. Select File->Export

Dialog now shows Diagram1.cgm and CGM filter selected.
Comment 2 Hans Breuer 2005-05-31 20:06:34 UTC
I *can* confirm the bug on windoze (xp) and Linux (Gentoo). Maybe it 
depends on the Gtk+ version used, they are 2.6.8 and 2.6.7 for me.
Comment 3 Dietmar Czekay 2005-06-01 19:27:38 UTC
Sorry, it's gtk+ 2.6.4 for me on glib2.6.3
Comment 4 Lars Clausen 2005-06-02 20:00:40 UTC
I have GTK+ 2.4.9 and gGLib 2.4.6.  Could be that there's some change to the
file dialog workings.
Comment 5 Hans Breuer 2005-06-12 13:52:33 UTC
2005-06-12  Hans Breuer  <hans@breuer.org>

	* app/filedlg.c : really fix the file extension mismatch on export dialog
	by working around some gtk+-2.6 behaviour (bug #307378). Fixes bug #305850