[Gnucash-changes] r13403 - gnucash/trunk/src/gnome - fix signature for qof changes I missed.

Joshua Sled jsled at cvs.gnucash.org
Sun Feb 26 15:50:15 EST 2006


Author: jsled
Date: 2006-02-26 15:50:14 -0500 (Sun, 26 Feb 2006)
New Revision: 13403
Trac: http://svn.gnucash.org/trac/changeset/13403

Modified:
   gnucash/trunk/src/gnome/dialog-scheduledxaction.c
Log:
fix signature for qof changes I missed.


Modified: gnucash/trunk/src/gnome/dialog-scheduledxaction.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-scheduledxaction.c	2006-02-26 20:10:40 UTC (rev 13402)
+++ gnucash/trunk/src/gnome/dialog-scheduledxaction.c	2006-02-26 20:50:14 UTC (rev 13403)
@@ -2487,7 +2487,7 @@
 }
 
 static void
-_sx_engine_event_handler(QofEntity *ent, QofEventId event_type, gpointer user_data)
+_sx_engine_event_handler(QofEntity *ent, QofEventId event_type, gpointer user_data, gpointer evt_data)
 {
   Account *acct;
   QofBook *book;



More information about the gnucash-changes mailing list