Reverted previous change
[clg] / gtk / gtkobject.lisp
index 6da0c48..64ac204 100644 (file)
@@ -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)
     ()