[Anthy-dev 2381] prop-labelがprop-listと違うことがある

アーカイブの一覧に戻る

Masanari Yamamoto h0131****@ice*****
2005年 9月 16日 (金) 04:56:24 JST


山本です。

prop-labelがprop-listのサブセットにならない場合があります。
(activity-indicator-newを使っていない場合)

バグなのかわからなかったので、メールしました。


Index: action.scm
===================================================================
--- action.scm  (revision 1500)
+++ action.scm  (working copy)
@@ -339,8 +339,8 @@
   (lambda (context)
     (let* ((widgets (context-widgets context))
           (active-label (lambda (widget)
-                          (let* ((activity (widget-activity widget))
-                                 (indication (action-indicate activity
+                          (let* ((indicator (widget-indicator widget))
+                                 (indicator-indication (action-indicate indicator
                                                               context)))
                             (indication-compose-label indication))))
           (labels (map active-label widgets))

-- 
山本将也



Anthy-dev メーリングリストの案内
アーカイブの一覧に戻る