mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
cleanup: Rename signals/methods that will conflict with Clutter.Actor
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/559
This commit is contained in:
parent
ab6a629955
commit
0353a5bf2c
8 changed files with 66 additions and 50 deletions
|
|
@ -121,7 +121,7 @@ var ModalDialog = GObject.registerClass({
|
|||
|
||||
this.dialogLayout.opacity = 255;
|
||||
if (this._lightbox)
|
||||
this._lightbox.show();
|
||||
this._lightbox.lightOn();
|
||||
this.opacity = 0;
|
||||
this.show();
|
||||
this.ease({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue