Grab the fix for get-tab-count.
svn: r18294
This commit is contained in:
commit
ff065ca1d8
|
@ -564,7 +564,7 @@
|
||||||
(when frame
|
(when frame
|
||||||
(send frame next-tab))))])
|
(send frame next-tab))))])
|
||||||
(let ([frame (find-frame windows-menu)])
|
(let ([frame (find-frame windows-menu)])
|
||||||
(unless (= 1 (send frame get-tab-count))
|
(unless (or (not frame) (= 1 (send frame get-tab-count)))
|
||||||
(for ([i (in-range 0 (send frame get-tab-count))]
|
(for ([i (in-range 0 (send frame get-tab-count))]
|
||||||
#:when (< i 9))
|
#:when (< i 9))
|
||||||
(new menu-item%
|
(new menu-item%
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#lang scheme/base (provide stamp) (define stamp "22feb2010")
|
#lang scheme/base (provide stamp) (define stamp "23feb2010")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user