Remove dialog-job-select.[ch] from the build process.

Add JOB_ACTIVE to the list of queriable parameters


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6844 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-05-09 21:35:24 +00:00
parent 9017969427
commit 25a6b025ab
3 changed files with 2 additions and 2 deletions

View File

@ -329,6 +329,7 @@ gboolean gncJobRegister (void)
{ JOB_NAME, QUERYCORE_STRING, (QueryAccess)gncJobGetName },
{ JOB_REFERENCE, QUERYCORE_STRING, (QueryAccess)gncJobGetReference },
{ JOB_OWNER, GNC_OWNER_MODULE_NAME, (QueryAccess)gncJobGetOwner },
{ JOB_ACTIVE, QUERYCORE_BOOLEAN, (QueryAccess)gncJobGetActive },
{ QUERY_PARAM_BOOK, GNC_ID_BOOK, (QueryAccess)gncJobGetBook },
{ QUERY_PARAM_GUID, QUERYCORE_GUID, (QueryAccess)gncJobGetGUID },
{ NULL },

View File

@ -50,5 +50,6 @@ int gncJobCompare (const GncJob *a, const GncJob *b);
#define JOB_NAME "name"
#define JOB_REFERENCE "reference"
#define JOB_OWNER "owner"
#define JOB_ACTIVE "active"
#endif /* GNC_JOB_H_ */

View File

@ -31,7 +31,6 @@ libgncmod_business_gnome_la_SOURCES = \
dialog-employee.c \
dialog-invoice.c \
dialog-job.c \
dialog-job-select.c \
dialog-order.c \
dialog-vendor.c \
gnc-business-utils.c
@ -43,7 +42,6 @@ noinst_HEADERS = \
dialog-employee.h \
dialog-invoice.h \
dialog-job.h \
dialog-job-select.h \
dialog-order.h \
dialog-vendor.h \
gnc-business-utils.h