r19257 - gnucash/trunk/src/libqof/qof - Add missing enum value

John Ralls jralls at code.gnucash.org
Sun Jun 13 16:57:50 EDT 2010


Author: jralls
Date: 2010-06-13 16:57:49 -0400 (Sun, 13 Jun 2010)
New Revision: 19257
Trac: http://svn.gnucash.org/trac/changeset/19257

Modified:
   gnucash/trunk/src/libqof/qof/qoflog.h
Log:
Add missing enum value

Modified: gnucash/trunk/src/libqof/qof/qoflog.h
===================================================================
--- gnucash/trunk/src/libqof/qof/qoflog.h	2010-06-13 20:11:17 UTC (rev 19256)
+++ gnucash/trunk/src/libqof/qof/qoflog.h	2010-06-13 20:57:49 UTC (rev 19257)
@@ -95,6 +95,7 @@
   _(QOF_LOG_FATAL,   = G_LOG_LEVEL_ERROR)   \
   _(QOF_LOG_ERROR,   = G_LOG_LEVEL_CRITICAL)   \
   _(QOF_LOG_WARNING, = G_LOG_LEVEL_WARNING) \
+  _(QOF_LOG_MESSAGE, = G_LOG_LEVEL_MESSAGE) \
   _(QOF_LOG_INFO,    = G_LOG_LEVEL_INFO)    \
   _(QOF_LOG_DEBUG,   = G_LOG_LEVEL_DEBUG)
 



More information about the gnucash-changes mailing list