[gtk-cffi-cvs] CVS gtk-cffi/gtk
CVS User rklochkov
rklochkov at common-lisp.net
Sat Aug 4 17:40:26 UTC 2012
Update of /project/gtk-cffi/cvsroot/gtk-cffi/gtk
In directory tiger.common-lisp.net:/tmp/cvs-serv6958/gtk
Modified Files:
color-button.lisp gtk-cffi.asd
Log Message:
Minor fixes
--- /project/gtk-cffi/cvsroot/gtk-cffi/gtk/color-button.lisp 2012/07/31 17:57:12 1.1
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gtk/color-button.lisp 2012/08/04 17:40:25 1.2
@@ -15,6 +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))
(cond
(color (gtk-color-button-new-with-color color))
(rgba (gtk-color-button-new-with-rgba rgba))
@@ -30,7 +31,4 @@
(:get color pcolor &key)
(:set color pcolor &key))
-(remove-setter color-button color)
-(remove-setter color-button rgba)
-
(init-slots color-button)
\ No newline at end of file
--- /project/gtk-cffi/cvsroot/gtk-cffi/gtk/gtk-cffi.asd 2012/07/31 17:57:12 1.21
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gtk/gtk-cffi.asd 2012/08/04 17:40:26 1.22
@@ -483,7 +483,7 @@
:author "Roman Klochkov <kalimehtar at mail.ru>"
:version "0.99"
:license "LLGPL"
- :depends-on (gtk-cffi-core)
+ :depends-on (gtk-cffi-core gtk-cffi-image)
:components
((:file status-icon)))
More information about the gtk-cffi-cvs
mailing list