workspace: Fix chaining up

Gah, accidentally dropped the 'vfunc' prefix :-(

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1172
This commit is contained in:
Florian Müllner 2020-04-03 14:43:16 +02:00
parent 3f8bd1db25
commit 15e72da648

View File

@ -404,7 +404,7 @@ var WindowClone = GObject.registerClass({
return true;
}
return super.key_press_event(keyEvent);
return super.vfunc_key_press_event(keyEvent);
}
_onClicked() {