X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/d42f5bdd3c5d4e0fd11dc806951fb9e3b6c0b50e..56ccd5b731e30f2d195cefc4cbf0b8640fac2c92:/glib/ginterface.lisp diff --git a/glib/ginterface.lisp b/glib/ginterface.lisp index 6f498c5..0e89408 100644 --- a/glib/ginterface.lisp +++ b/glib/ginterface.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: ginterface.lisp,v 1.13 2006-02-09 22:29:43 espen Exp $ +;; $Id: ginterface.lisp,v 1.14 2006-02-15 09:45:41 espen Exp $ (in-package "GLIB") @@ -48,7 +48,7 @@ (t (call-next-method)))) (defmethod compute-effective-slot-definition-initargs ((class ginterface-class) direct-slotds) - (if (eq (most-specific-slot-value direct-slotds 'allocation) :property) + (if (eq (slot-definition-allocation (first direct-slotds)) :property) (nconc (list :pname (signal-name-to-string (most-specific-slot-value direct-slotds 'pname))