Haofu,

在从 right_treeview 里删去一项的函数里,

            appstore = AppObjs.list_store
            iter = appstore.get_iter_root()
            while iter:
                if appstore.get_value(iter, 0) == appobj:
                    appstore.remove(iter)
                iter = appstore.iter_next(iter)

这一段代码后该不该加上 AppObjs.appobjs.remove(appobj) 呀?

Homer

在 2010年7月30日 下午1:16,Haofu Han <[email protected]>写道:

> 好,我回去就pull
>
> 在 2010年7月30日 下午12:50,Homer Xing <[email protected]>写道:
>
>> Haofu 你好,对于 install_remove_pane.py 我做了些改进,
>>
>> left_treeview, 右键点击空白处,不显示菜单,点击项目,显示菜单。
>> right_treeview, 右键点击空白,只显示“Add”,点击项目,显示完整菜单。
>> 以及几处文字改进。
>>
>> 我已经 git push
>>
>> Homer
>>
>> _______________________________________________
>> Mailing list: 
>> https://launchpad.net/~ailurus<https://launchpad.net/%7Eailurus>
>> Post to     : [email protected]
>> Unsubscribe : 
>> https://launchpad.net/~ailurus<https://launchpad.net/%7Eailurus>
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
_______________________________________________
Mailing list: https://launchpad.net/~ailurus
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ailurus
More help   : https://help.launchpad.net/ListHelp

回复