Author: reinhard
Date: 2006-12-04 11:42:07 -0600 (Mon, 04 Dec 2006)
New Revision: 9111
Modified:
trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py
Log:
Removed comment that doesn't match the truth.
Modified: trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py 2006-12-04 17:40:56 UTC
(rev 9110)
+++ trunk/gnue-forms/src/uidrivers/wx/widgets/entry.py 2006-12-04 17:42:07 UTC
(rev 9111)
@@ -127,7 +127,7 @@
styles = wxTE_PROCESS_TAB
if hasattr(object,'Char__height') and object.Char__height > 1:
styles = styles | wxTE_MULTILINE
- value = "" ## object.getValue()
+ value = ""
else:
styles = 0
value = ""
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue