chiark / gitweb /
Changed to use of settable FOREIGN-LOCATION
[clg] / rsvg / rsvg.lisp
index 212c1f13fd6f1a9749498e8736ecc812bf046996..489ef4cfe6d41bebfbb84c37d87a6f45099316e2 100644 (file)
@@ -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: rsvg.lisp,v 1.1 2005-11-10 08:53:24 espen Exp $
+;; $Id: rsvg.lisp,v 1.2 2006-02-08 22:21:26 espen Exp $
 
 (in-package "RSVG")
 
@@ -118,7 +118,7 @@ (defmethod initialize-instance ((handle handle) &key filename)
        (t (%handle-new)))
     (if gerror 
        (signal-gerror gerror)
-      (setf (slot-value handle 'location) location)))
+      (setf (foreign-location handle) location)))
   (call-next-method))