The window border close is caught by the object del callback.

SVN revision: 24276
This commit is contained in:
sebastid 2006-07-28 13:06:12 +00:00 committed by sebastid
parent 7ff7e171a4
commit ea2689ba93
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ _e_config_dialog_go(E_Config_Dialog *cfd, E_Config_Dialog_CFData_Type type)
e_dialog_button_disable_num_set(cfd->dia, 1, 1);
}
}
/* FIXME: This wont catch the window border close button, but that is probably not cancelable. */
e_dialog_button_add(cfd->dia, _("Close"), NULL, _e_config_dialog_cb_close, cfd);
if (!pdia)
{