From d7cdd7088e858161511cbb8f774040c9a9184f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Szczygie=C5=82?= Date: Wed, 23 Sep 2015 00:21:42 +0200 Subject: Bugfix: Changing refresh rate doens't work --- capplets/display/xrandr-capplet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/display/xrandr-capplet.c') diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index 023cbe7e..fb645082 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -767,7 +767,7 @@ on_rate_changed (GtkComboBox *box, gpointer data) return; if (get_mode (app->refresh_combo, NULL, NULL, &rate, NULL)) - rate = mate_rr_output_info_get_refresh_rate (app->current_output); + mate_rr_output_info_set_refresh_rate (app->current_output, rate); foo_scroll_area_invalidate (FOO_SCROLL_AREA (app->area)); } -- cgit v1.2.1