From 1ca79b50edaba68f81c3ee777646dae3b9aada0c Mon Sep 17 00:00:00 2001 Message-Id: <1ca79b50edaba68f81c3ee777646dae3b9aada0c.1746649399.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 19 Mar 2002 17:15:05 +0000 Subject: [PATCH] Updated for atk 1.0 Organization: Straylight/Edgeware From: espen --- atk/atk.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atk/atk.lisp b/atk/atk.lisp index 98d7542..f3662e0 100644 --- a/atk/atk.lisp +++ b/atk/atk.lisp @@ -15,11 +15,11 @@ ;; 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: atk.lisp,v 1.1 2002-01-20 14:03:59 espen Exp $ +;; $Id: atk.lisp,v 1.2 2002-03-19 17:15:05 espen Exp $ (in-package "ATK") (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library "libatk.so") + (init-types-in-library "libatk-1.0.so") (define-types-by-introspection "Atk")) -- [mdw]