Re: r18443 - gnucash/trunk/src/gnome-utils - Fix Bug 591573 - File|Save As with xml option and no file name crashes

2009-12-04 Thread Derek Atkins
Phil, Phil Longstaff plongst...@code.gnucash.org writes: Author: plongstaff Date: 2009-11-26 22:13:41 -0500 (Thu, 26 Nov 2009) New Revision: 18443 Trac: http://svn.gnucash.org/trac/changeset/18443 Modified: gnucash/trunk/src/gnome-utils/dialog-file-access.c Log: Fix Bug 591573 -

Re: r18443 - gnucash/trunk/src/gnome-utils - Fix Bug 591573 - File|Save As with xml option and no file name crashes

2009-12-04 Thread Derek Atkins
Phil Longstaff plongst...@rogers.com writes: Derek, that's basically what I do (except for popping up a dialog). What I would prefer to do is have Save As be disabled unless either 1) a file is selected (I could catch that signal), or 2) a file name is typed into the file name text box (I

Re: r18443 - gnucash/trunk/src/gnome-utils - Fix Bug 591573 - File|Save As with xml option and no file name crashes

2009-12-04 Thread Phil Longstaff
Derek, that's basically what I do (except for popping up a dialog). What I would prefer to do is have Save As be disabled unless either 1) a file is selected (I could catch that signal), or 2) a file name is typed into the file name text box (I don't know how to catch that signal, and I do

Re: r18443 - gnucash/trunk/src/gnome-utils - Fix Bug 591573 - File|Save As with xml option and no file name crashes

2009-12-04 Thread Geert Janssens
On Friday 4 December 2009, Phil Longstaff wrote: Derek, that's basically what I do (except for popping up a dialog). What I would prefer to do is have Save As be disabled unless either 1) a file is selected (I could catch that signal), or 2) a file name is typed into the file name text box