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 5012e40fb8e411307457b1ee04390d613cfa7c09..65303a9e128b778d33e219f1f206942af0a2f46b 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