Author: reinhard
Date: 2006-10-21 08:41:44 -0500 (Sat, 21 Oct 2006)
New Revision: 8892

Modified:
   trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py
Log:
This is slightly better.


Modified: trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py
===================================================================
--- trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py  2006-10-21 
13:40:45 UTC (rev 8891)
+++ trunk/gnue-forms/src/uidrivers/gtk2/widgets/form/widget.py  2006-10-21 
13:41:44 UTC (rev 8892)
@@ -256,12 +256,11 @@
             # this raises an exception if the user may not yet close the
             # window!
             self._form.close()
-            return True
         except:
             # we must return True so the event isn't processed further, so we
             # display the exception manually here
             sys.excepthook(*sys.exc_info())
-            return True
+        return True
 
 
   # ---------------------------------------------------------------------------



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to