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:
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user