mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix "has in-editor sx changed" processing for Recurrences. Fix Cancel checking/behavior. Remove previous never-run "bug fix" as it was actually a bug. :p
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15634 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -170,4 +170,6 @@ gchar *recurrenceListToCompactString(GList *recurrence_list);
|
||||
int recurrenceCmp(Recurrence *a, Recurrence *b);
|
||||
int recurrenceListCmp(GList *a, GList *b);
|
||||
|
||||
void recurrenceListFree(GList **recurrence);
|
||||
|
||||
#endif /* RECURRENCE_H */
|
||||
|
||||
Reference in New Issue
Block a user