Masanari Yamamoto
h0131****@ice*****
2005年 9月 16日 (金) 21:25:49 JST
山本です。 すいません、パッチが間違っていました。 Index: action.scm =================================================================== --- action.scm (revision 1500) +++ action.scm (working copy) @@ -339,10 +339,10 @@ (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)))) + (indication-compose-label indicator-indication)))) (labels (map active-label widgets)) (message (apply string-append labels))) (im-update-prop-label context message)))) On Fri, Sep 16, 2005 at 04:56:24AM +0900, Masanari Yamamoto wrote: > 山本です。 > > prop-labelがprop-listのサブセットにならない場合があります。 > (activity-indicator-newを使っていない場合) > > バグなのかわからなかったので、メールしました。 -- 山本将也