summaryrefslogtreecommitdiff
path: root/capplets/display
diff options
context:
space:
mode:
authorBłażej Szczygieł <[email protected]>2015-09-23 00:21:42 +0200
committermonsta <[email protected]>2015-10-02 11:53:41 +0300
commitd7cdd7088e858161511cbb8f774040c9a9184f26 (patch)
tree595da5a7250cec7f0d0a5d66292ff85a8ed7e74f /capplets/display
parent914313826b6f704a53b132fa3a8771265989d6be (diff)
downloadmate-control-center-d7cdd7088e858161511cbb8f774040c9a9184f26.tar.bz2
mate-control-center-d7cdd7088e858161511cbb8f774040c9a9184f26.tar.xz
Bugfix: Changing refresh rate doens't work
Diffstat (limited to 'capplets/display')
-rw-r--r--capplets/display/xrandr-capplet.c2
1 files changed, 1 insertions, 1 deletions
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));
}