[POS-commit] Kiwi/Kiwi Basic.py,1.33,1.34 Menu.py,1.33,1.34
kiko at async.com.br
kiko at async.com.br
Fri May 2 15:40:37 BRST 2003
Update of /cvs/Kiwi/Kiwi
In directory anthem:/tmp/cvs-serv24314/Kiwi
Modified Files:
Basic.py Menu.py
Log Message:
Minor update
Index: Basic.py
===================================================================
RCS file: /cvs/Kiwi/Kiwi/Basic.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Basic.py 26 Apr 2003 00:27:06 -0000 1.33
+++ Basic.py 2 May 2003 18:40:35 -0000 1.34
@@ -174,6 +174,8 @@
"""A Combo with list filter and auto-complete features."""
#TODO
+# - Problems with Ctrl-U behaviour
+# - Crash when clicking on list item
# - take care of `reparenting' in runtime.
# - Popup the complete list when the user clicks on the combo's button
# (instead of a filtered list).
Index: Menu.py
===================================================================
RCS file: /cvs/Kiwi/Kiwi/Menu.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Menu.py 30 Apr 2003 19:26:25 -0000 1.33
+++ Menu.py 2 May 2003 18:40:35 -0000 1.34
@@ -346,6 +346,8 @@
raise TypeError, \
"Incorrect format for itemdata; see docstring for more information"
+ # XXX: General yuckiness below, care to clean up?
+
# If being used in a proxy, take care of updating the proxy
proxy_data = self.get_data("_kiwi_proxy")
if proxy_data:
More information about the POS-commit
mailing list