From aa1c81ad0303bf1ef03ea685e444f20d7ef440d9 Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Thu, 12 Apr 2012 18:31:17 +0000 Subject: [PATCH] Reflect changed resolution in dialog. SVN revision: 70157 --- src/modules/conf_randr/e_int_config_randr_resolution.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_randr/e_int_config_randr_resolution.c b/src/modules/conf_randr/e_int_config_randr_resolution.c index b5a5dae5d..f9f2d4f63 100644 --- a/src/modules/conf_randr/e_int_config_randr_resolution.c +++ b/src/modules/conf_randr/e_int_config_randr_resolution.c @@ -289,4 +289,5 @@ _resolution_widget_selected_cb(void *data) e_config_runtime_info->gui.selected_output_dd->new_mode = selected_mode; fprintf(stderr, "CONF_RANDR: Mode %s was selected for crtc/output %d!\n", (selected_mode ? selected_mode->name : "None"), (e_config_runtime_info->gui.selected_output_dd->crtc ? e_config_runtime_info->gui.selected_output_dd->crtc->xid : e_config_runtime_info->gui.selected_output_dd->output->xid)); + arrangement_widget_rep_update(e_config_runtime_info->gui.selected_output_dd); }