[evolution-patches] (AddressBook) Fix for bug 309416



Hi,

I have attached the patch.
eab_editor_close is called twice in the code path, if the user says
ok/discard in the save dialog, which causes the crash. Also if the user
didnt change anything.

-Srini
Index: eab-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/eab-editor.c,v
retrieving revision 1.7
diff -u -p -r1.7 eab-editor.c
--- eab-editor.c	9 May 2005 09:23:14 -0000	1.7
+++ eab-editor.c	29 Jul 2005 06:00:20 -0000
@@ -298,7 +298,6 @@ eab_editor_request_close_all (void)
 			retval = FALSE;
 			break;
 		}
-		eab_editor_close (editor);
 	}
 
 	return retval;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]