do not allow the dialog to be resized.

SVN revision: 25076
This commit is contained in:
sndev 2006-08-23 17:10:17 +00:00 committed by sndev
parent 3b1e05d098
commit 2fc4d7d945
1 changed files with 0 additions and 2 deletions

View File

@ -497,8 +497,6 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
_update_binding_action_list(cfdata);
_update_delete_button(cfdata);
e_dialog_resizable_set(cfd->dia, 1);
return ol;
}