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:
Joshua Sled
2007-02-19 22:52:44 +00:00
parent cc44c764f4
commit 93700f40df
4 changed files with 44 additions and 43 deletions

View File

@@ -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 */