[evolution-patches] patch for #46700:Evolution crash when click Esc to exit the Active Connection dialog



Hi all,

A simple patch that fix crash in this case.
The dialog response hanlder do not consider the case that user may
escape it.

Please review
Thanks

Index: e-shell-offline-handler.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-offline-handler.c,v
retrieving revision 1.32
diff -u -r1.32 e-shell-offline-handler.c
--- e-shell-offline-handler.c	9 May 2003 15:00:46 -0000	1.32
+++ e-shell-offline-handler.c	22 Jul 2003 10:47:37 -0000
@@ -625,6 +625,7 @@
 		break;
 
 	case GTK_RESPONSE_CANCEL:
+	case GTK_RESPONSE_DELETE_EVENT:
 		dialog_handle_cancel (dialog, offline_handler);
 		break;
 



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