Shelfs config dialog (the list of shelves) really doesn't need the Ok/Apply

buttons, just a close button.


SVN revision: 23474
This commit is contained in:
Christopher Michael 2006-06-16 16:36:32 +00:00
parent 704866a4e1
commit 2804df49da
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ e_int_config_shelf(E_Container *con)
v->create_cfdata = _create_data;
v->free_cfdata = _free_data;
v->basic.apply_cfdata = _basic_apply_data;
v->basic.apply_cfdata = NULL;
v->basic.create_widgets = _basic_create_widgets;
v->advanced.apply_cfdata = NULL;
v->advanced.create_widgets = NULL;