diff --git a/extensions/xrandr-indicator/extension.js b/extensions/xrandr-indicator/extension.js index d8b2bf8a..9e83fad5 100644 --- a/extensions/xrandr-indicator/extension.js +++ b/extensions/xrandr-indicator/extension.js @@ -102,7 +102,7 @@ Indicator.prototype = { output.set_rotation(bitmask); try { config.save(); - this._proxy.ApplyConfigurationRemote(global.stage_xwindow, event.get_time()); + this._proxy.ApplyConfigurationRemote(0, event.get_time()); } catch (e) { log ('Could not save monitor configuration: ' + e); }