X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/735a29da709fc1701f77f0c051abde6043532ab3..c046c2f653233b4e09830f672159ae205f59c6f6:/gtk/gtkobject.lisp diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 6da0c48..64ac204 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -15,7 +15,7 @@ ;; 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: gtkobject.lisp,v 1.25 2005-03-11 10:58:41 espen Exp $ +;; $Id: gtkobject.lisp,v 1.26 2005-03-11 16:48:15 espen Exp $ (in-package "GTK") @@ -36,7 +36,7 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (init-types-in-library #.(concatenate 'string (pkg-config:pkg-variable "gtk+-2.0" "libdir") - "/libgtk-x11-2.0.so") :prefix "gtk_") + "/libgtk-x11-2.0.so")) (defclass %object (gobject) ()