From fae8febad4a8eeee7073f2be243252139907c741 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') diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index bc91fd32..126084ed 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -756,7 +756,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