chiark / gitweb /
Bug fix
authorespen <espen>
Mon, 10 Apr 2006 18:38:42 +0000 (18:38 +0000)
committerespen <espen>
Mon, 10 Apr 2006 18:38:42 +0000 (18:38 +0000)
gdk/gdk.lisp

index 3990e43507248415f12c669bc955bd3c807f7cfa..398b331de239b5cb8e0b3a3f44de293ceb6374e6 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gdk.lisp,v 1.23 2006-04-10 18:27:58 espen Exp $
+;; $Id: gdk.lisp,v 1.24 2006-04-10 18:38:42 espen Exp $
 
 
 (in-package "GDK")
@@ -531,7 +531,7 @@ (defmethod initialize-instance ((color color) &rest initargs
 
 (defbinding color-parse (spec &optional (make-instance 'color)) boolean
   (spec string)
-  (color color :in/return))
+  (color color :return))
 
 (defun ensure-color (color)
   (etypecase color