Adapt conf_display to changes made in e_randr.h

SVN revision: 68115
This commit is contained in:
Leif Middelschulte 2012-02-18 16:49:13 +00:00
parent b27aec4ad5
commit 7cda77af23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ _surebox_dialog_cb_yes(void *data, E_Dialog *dia)
man = e_manager_current_get();
ecore_x_randr_screen_primary_output_current_size_get(man->root, &c_size.width, &c_size.height, NULL, NULL, NULL);
e_randr_store_configuration(e_randr_screen_info, E_RANDR_CONFIGURATION_STORE_ALL);
e_randr_store_configuration(E_RANDR_CONFIGURATION_STORE_ALL);
_fill_data(sb->cfdata);
_load_resolutions(sb->cfdata);