chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c046c2f
)
Work around for an unknown bug
author
espen
<espen>
Fri, 11 Mar 2005 19:13:05 +0000
(19:13 +0000)
committer
espen
<espen>
Fri, 11 Mar 2005 19:13:05 +0000
(19:13 +0000)
glib/ginterface.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/ginterface.lisp
b/glib/ginterface.lisp
index 64cc0b67fada8ad0313369db1d189e85f20c5596..81b5cb46c0948d9f6bca0f53072706f7557b9136 100644
(file)
--- 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
;; 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.1
0 2005-03-11 10:56:58
espen Exp $
+;; $Id: ginterface.lisp,v 1.1
1 2005-03-11 19:13:05
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-62,7
+62,8
@@
(defmethod shared-initialize ((class ginterface-class) names &key name gtype)
(find-type-number class-name)
(register-type class-name
(or (first gtype) (default-type-init-name class-name))))))
(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))
(call-next-method))