modalDialog: Remove timestamp parameter from open()
It is now unused. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3195>
This commit is contained in:

committed by
Marge Bot

parent
0ae285cc82
commit
3f72a04a1b
@ -171,7 +171,7 @@ export const ModalDialog = GObject.registerClass({
|
||||
() => (this._initialKeyFocus = null), this);
|
||||
}
|
||||
|
||||
open(_timestamp) {
|
||||
open() {
|
||||
if (this.state === State.OPENED || this.state === State.OPENING)
|
||||
return true;
|
||||
|
||||
|
Reference in New Issue
Block a user