[Mono-bugs] [Bug 60671][Maj] New - [PATCH] Stop crashing when settings serialization fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 20:09:45 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by kerrick@gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=60671

--- shadow/60671	2004-06-23 20:09:45.000000000 -0400
+++ shadow/60671.tmp.19640	2004-06-23 20:09:45.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 60671
+Product: Mono: Doctools
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Gui
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: kerrick@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] Stop crashing when settings serialization fails
+
+Currently, if settings serialization fails, either saving the settings, or
+loading them, monodoc will crash. The patch provided prevents the crash and
+changes Save so it will return true for success and false for failure.