dabo Commit
Revision 4430
Date: 2008-08-21 09:57:19 -0700 (Thu, 21 Aug 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4430
Changed:
U trunk/dabo/ui/uiwx/dComboBox.py
Log:
Fixed a typo that somehow didn't affect the Mac version.
Diff:
Modified: trunk/dabo/ui/uiwx/dComboBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dComboBox.py 2008-08-21 14:55:15 UTC (rev 4429)
+++ trunk/dabo/ui/uiwx/dComboBox.py 2008-08-21 16:57:19 UTC (rev 4430)
@@ -53,7 +53,7 @@
self._userVal = True
evt.Skip()
if self.AppendOnEnter:
- txt = evt.GetValue()
+ txt = evt.GetString()
if txt not in self.Choices:
self._textToAppend = txt
if self.beforeAppendOnEnter() is not False:
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]