X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/88d2b3c2cc2f95bd7a03494f83cb56deaa07e944..18c83e092e3dc05a65dd6411bdba7b60f88e9d9c:/gtk/gtkobject.lisp diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index ef4bd03..ab645e4 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.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: gtkobject.lisp,v 1.28 2006-02-03 12:47:00 espen Exp $ +;; $Id: gtkobject.lisp,v 1.29 2006-02-04 12:17:45 espen Exp $ (in-package "GTK") @@ -60,7 +60,7 @@ (defmethod initialize-instance :around ((object %object) &rest initargs) (call-next-method) ;; Add a temorary reference which will be removed when the object is ;; sinked - (reference-foreign (class-of object) (proxy-location object)) + (reference-foreign (class-of object) (foreign-location object)) (%object-sink object)) (defbinding %object-sink () nil