mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make HBCI compile again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8695 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -103,7 +103,7 @@ void gnc_hbci_set_book_configfile (GNCBook *b, const char *filename)
|
||||
kvp_frame *frame = gnc_hbci_get_book_kvp (b);
|
||||
kvp_value *value = kvp_value_new_string (filename);
|
||||
kvp_frame_set_slot_nc (frame, HBCI_CONFIGFILE, value);
|
||||
gnc_book_kvp_changed (b);
|
||||
qof_book_kvp_changed (b);
|
||||
}
|
||||
GList *gnc_hbci_get_book_template_list (GNCBook *b)
|
||||
{
|
||||
@@ -116,7 +116,7 @@ void gnc_hbci_set_book_template_list (GNCBook *b, GList *template_list)
|
||||
kvp_frame *frame = gnc_hbci_get_book_kvp (b);
|
||||
kvp_value *value = kvp_value_new_glist_nc (template_list);
|
||||
kvp_frame_set_slot_nc (frame, HBCI_TEMPLATES, value);
|
||||
gnc_book_kvp_changed (b);
|
||||
qof_book_kvp_changed (b);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user