[gtk-cffi-cvs] CVS gtk-cffi/gtk
CVS User rklochkov
rklochkov at common-lisp.net
Wed Sep 12 12:17:40 UTC 2012
Update of /project/gtk-cffi/cvsroot/gtk-cffi/gtk
In directory tiger.common-lisp.net:/tmp/cvs-serv4028/gtk
Modified Files:
color-button.lisp
Log Message:
Summary: fix
--- /project/gtk-cffi/cvsroot/gtk-cffi/gtk/color-button.lisp 2012/08/04 17:40:25 1.2
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gtk/color-button.lisp 2012/09/12 12:17:40 1.3
@@ -15,7 +15,7 @@
(defcfun gtk-color-button-new-with-rgba :pointer (rgbd prgba))
(defmethod gconstructor ((color-button color-button) &key color rgba)
- (initialized color-button '(color rgba))
+ (initialize color-button '(color rgba))
(cond
(color (gtk-color-button-new-with-color color))
(rgba (gtk-color-button-new-with-rgba rgba))
More information about the gtk-cffi-cvs
mailing list