diff --git a/js/ui/switcherPopup.js b/js/ui/switcherPopup.js index f9888d4f5..23d74ff39 100644 --- a/js/ui/switcherPopup.js +++ b/js/ui/switcherPopup.js @@ -230,7 +230,7 @@ var SwitcherPopup = GObject.registerClass({ vfunc_scroll_event(scrollEvent) { this._disableHover(); - this._scrollHandler(scrollEvent.scroll_direction); + this._scrollHandler(scrollEvent.direction); return Clutter.EVENT_PROPAGATE; }