Mercurial > traipse_dev
comparison orpg/gametree/nodehandlers/dnd35.py @ 60:3b2cfa13b610 ornery-dev
Fix to toolbar menus. More correct fix so docking is working on Ubuntu
Fix to three broken nodes. Update Manager is no longer a top window, has an
icon and now has a place on the task bar (panel).
author | sirebral |
---|---|
date | Wed, 12 Aug 2009 20:54:46 -0500 |
parents | 4385a7d0efd1 |
children | c54768cffbd4 |
comparison
equal
deleted
inserted
replaced
59:5aff3ef1ae46 | 60:3b2cfa13b610 |
---|---|
213 value = self.GetCellValue(row,col) | 213 value = self.GetCellValue(row,col) |
214 t_node = self.n_list[row]._get_firstChild() | 214 t_node = self.n_list[row]._get_firstChild() |
215 t_node._set_nodeValue(value) | 215 t_node._set_nodeValue(value) |
216 if row==0: | 216 if row==0: |
217 self.handler.on_name_change(value) | 217 self.handler.on_name_change(value) |
218 self.AutoSizeColumn(1) | 218 #self.AutoSizeColumn(1) |
219 | 219 |
220 def refresh_row(self,rowi): | 220 def refresh_row(self,rowi): |
221 t_node = safe_get_text_node(self.n_list[rowi]) | 221 t_node = safe_get_text_node(self.n_list[rowi]) |
222 | 222 |
223 self.SetCellValue(rowi,0,self.n_list[rowi]._get_tagName()) | 223 self.SetCellValue(rowi,0,self.n_list[rowi]._get_tagName()) |