X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/e624bc26ef4d71c868839b403d110152cf22d714..45fab081438038cba3408426b827e81aa71ea014:/glib/gobject.lisp?ds=sidebyside diff --git a/glib/gobject.lisp b/glib/gobject.lisp index 3c67fe0..51086f5 100644 --- a/glib/gobject.lisp +++ b/glib/gobject.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: gobject.lisp,v 1.46 2006-02-09 22:29:01 espen Exp $ +;; $Id: gobject.lisp,v 1.47 2006-02-15 09:45:41 espen Exp $ (in-package "GLIB") @@ -128,7 +128,7 @@ (defmethod effective-slot-definition-class ((class gobject-class) &rest initargs (t (call-next-method)))) (defmethod compute-effective-slot-definition-initargs ((class gobject-class) direct-slotds) - (if (typep (first direct-slotds) 'direct-property-slot-definition) + (if (eq (slot-definition-allocation (first direct-slotds)) :property) (nconc (list :pname (signal-name-to-string (most-specific-slot-value direct-slotds 'pname