From: espen Date: Thu, 10 Feb 2005 00:15:51 +0000 (+0000) Subject: Small bug fix X-Git-Tag: clg-0-90~92 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/5a3bf471fdf7ea4cceb1aa2270b89543e00fae30 Small bug fix --- diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index c337d48..b876f7d 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.lisp @@ -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: gtk.lisp,v 1.33 2005/02/04 13:15:15 espen Exp $ +;; $Id: gtk.lisp,v 1.34 2005/02/10 00:15:51 espen Exp $ (in-package "GTK") @@ -1883,7 +1883,7 @@ (editable editable) (text string) ((length text) int) - (position position-type :in-out)) + (position position :in-out)) (defun editable-append-text (editable text) (editable-insert-text editable text nil))