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:
7b12efa
)
Version number bumped to 0.94. Minor bug fix.
author
espen
<espen>
Thu, 10 Apr 2008 20:38:49 +0000
(20:38 +0000)
committer
espen
<espen>
Thu, 10 Apr 2008 20:38:49 +0000
(20:38 +0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index 787a42798e1d7bc37066b0c889060411137b2e7e..9f973bbaa8f299800668b7e1c962492a0e579e66 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.lisp
@@
-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.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtk.lisp,v 1.9
1 2008/03/20 15:44:01
espen Exp $
+;; $Id: gtk.lisp,v 1.9
2 2008/04/10 20:38:49
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-45,7
+45,7
@@
(defun gtk-version ()
(format nil "Gtk+ v~A.~A.~A" major minor micro))))
(defun clg-version ()
(format nil "Gtk+ v~A.~A.~A" major minor micro))))
(defun clg-version ()
- "clg 0.9
3
")
+ "clg 0.9
4
")
;;;; Initalization and display handling
;;;; Initalization and display handling
@@
-2396,7
+2396,7
@@
(defbinding %spin-button-spin () nil
(defun spin-button-spin (spin-button value)
(etypecase value
(defun spin-button-spin (spin-button value)
(etypecase value
- (real (%spin-button-spin spin-button :
spin-
user-defined value))
+ (real (%spin-button-spin spin-button :user-defined value))
(spin-type (%spin-button-spin spin-button value 0))))
(spin-type (%spin-button-spin spin-button value 0))))