GNOME Bugzilla – Bug 665996
Minor changes to existing Assistants
Last modified: 2018-06-29 23:03:42 UTC
The enclosed patch changes some existing assistants which had 'druid' in some comments and functions to 'assistant'. This was a left over from changing them from druid to assistants. Also there are two fixes for the hierarchy and qif assistants to bring up the save as dialog when these two assistants are started from the 'New User' dialog. Note. The hierarchy fix should fix bug 658247 if accepted.
Created attachment 203248 [details] [review] Change some druid entries to assistant
Comment on attachment 203248 [details] [review] Change some druid entries to assistant In src/gnome/dialog-new-user.c, you insert gnc_ui_file_access_for_save_as() -- is this intended?
(In reply to comment #2) > (From update of attachment 203248 [details] [review]) > In src/gnome/dialog-new-user.c, you insert gnc_ui_file_access_for_save_as() -- > is this intended? Yes, the heirarchy assistant is started with a callback so when it finishes there is a procedure 'after_hierarchy_assistant' that runs and this is where I fire the save as dialog for a new user.
Since this also fixes bug 658247 I've commited that part of the patch separately to trunk as r21732.
Remainder of the patch commited to trunk as r21733 Thank you Bob for the patch.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=665996. Please update any external references or bookmarks.