From: espen Date: Fri, 28 Apr 2006 08:27:22 +0000 (+0000) Subject: Added missing condition definition X-Git-Tag: clg-0-93~295 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/24ff86ccb183b1f36f6a9fe45043e68a97e06663?ds=sidebyside Added missing condition definition --- diff --git a/glib/gerror.lisp b/glib/gerror.lisp index 325f3bd..bdedc0d 100644 --- a/glib/gerror.lisp +++ b/glib/gerror.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gerror.lisp,v 1.6 2006/04/25 22:01:12 espen Exp $ +;; $Id: gerror.lisp,v 1.7 2006/04/28 08:27:22 espen Exp $ (in-package "GLIB") @@ -100,6 +100,9 @@ (define-condition critical-log-level (log-level) (define-condition warning-log-level (log-level) ()) +(define-condition message-log-level (log-level) + ()) + (define-condition info-log-level (log-level) ())