chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1239e39
)
Small bug fix
author
espen
<espen>
Thu, 10 Feb 2005 00:15:51 +0000
(
00:15
+0000)
committer
espen
<espen>
Thu, 10 Feb 2005 00:15:51 +0000
(
00:15
+0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index c337d48ef5bd277b181bbe27d9e17a7a254579fd..b876f7d77d23509594bdcc5cbed2b7b201bef02f 100644
(file)
--- 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
;; 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.3
3 2005/02/04 13:15:15
espen Exp $
+;; $Id: gtk.lisp,v 1.3
4 2005/02/10 00:15:51
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-1883,7
+1883,7
@@
(defbinding editable-insert-text (editable text &optional (position 0)) nil
(editable editable)
(text string)
((length text) int)
(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))
(defun editable-append-text (editable text)
(editable-insert-text editable text nil))