GNOME Bugzilla – Bug 305850
file extension on export dialog
Last modified: 2005-06-12 13:52:33 UTC
export any drawing. Reopen the export dialog. The extension is set to *.dia, even though the selected file type for export is different.
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.
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.
Sorry, it's gtk+ 2.6.4 for me on glib2.6.3
I have GTK+ 2.4.9 and gGLib 2.4.6. Could be that there's some change to the file dialog workings.
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