X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/c046c2f653233b4e09830f672159ae205f59c6f6..69ade5a6dbf7af5c2255d13739c2ce603a772f95:/glib/ginterface.lisp diff --git a/glib/ginterface.lisp b/glib/ginterface.lisp index 64cc0b6..81b5cb4 100644 --- a/glib/ginterface.lisp +++ b/glib/ginterface.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: ginterface.lisp,v 1.10 2005-03-11 10:56:58 espen Exp $ +;; $Id: ginterface.lisp,v 1.11 2005-03-11 19:13:05 espen Exp $ (in-package "GLIB") @@ -62,7 +62,8 @@ (find-type-number class-name) (register-type class-name (or (first gtype) (default-type-init-name class-name)))))) - (type-default-interface-ref type-number)) +; (type-default-interface-ref type-number) + ) (call-next-method))