Author: reinhard
Date: 2006-10-10 17:41:09 -0500 (Tue, 10 Oct 2006)
New Revision: 8746
Modified:
trunk/gnue-forms/src/GFForm.py
Log:
Removed some debug prints that should not happen any more.
Modified: trunk/gnue-forms/src/GFForm.py
===================================================================
--- trunk/gnue-forms/src/GFForm.py 2006-10-10 22:40:46 UTC (rev 8745)
+++ trunk/gnue-forms/src/GFForm.py 2006-10-10 22:41:09 UTC (rev 8746)
@@ -890,20 +890,12 @@
widget or to a different row within the same widget.
"""
- # FIXME: All these should be removed
- if self._currentEntry is None:
- print "adjust_ui_focus without current entry"
- return
-
+ # FIXME: Find out where this comes from and remove the calls!
if self._currentEntry == self.__last_focus_object \
and self._currentEntry._visibleIndex ==
self.__last_focus_index:
print "adjust_ui_focus wouldn't be needed"
return
- if self._currentEntry.uiWidget is None:
- print "adjust_ui_focus called without uiWidget"
- return
-
if self.__last_focus_object:
self.__last_focus_object.uiWidget._ui_lose_focus_(
self.__last_focus_index)
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue