fix crash when user escape the dialog. see bug #46700.

2003-07-24  Yuedong Du  <yuedong.du@sun.com>

        * e-shell-offline-handler.c: (dialog_response_cb): fix crash when user escape the
        dialog. see bug #46700.

svn path=/trunk/; revision=21931
This commit is contained in:
Yuedong Du
2003-07-24 03:11:44 +00:00
committed by Yuedong Du
parent fa88a2c61f
commit 6fb2775ecb
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-07-24 Yuedong Du <yuedong.du@sun.com>
* e-shell-offline-handler.c: (dialog_response_cb): fix crash when user escape the
dialog. see bug #46700.
2003-07-23 Dan Winship <danw@ximian.com>
* Makefile.am: Use EVO_MARSHAL_RULE

View File

@ -625,6 +625,7 @@ dialog_response_cb (GtkDialog *dialog,
break;
case GTK_RESPONSE_CANCEL:
case GTK_RESPONSE_DELETE_EVENT:
dialog_handle_cancel (dialog, offline_handler);
break;