ScreenShield: wake up the screen when resuming from suspend

At some point ScreenShield had code to do this, I don't know when
it was lost, but it makes sense and avoids having to move the mouse
just to see the shield.

https://bugzilla.gnome.org/show_bug.cgi?id=726378
This commit is contained in:
Giovanni Campagna 2014-03-14 23:12:28 +01:00
parent b222d0fe44
commit 5cdefc324d

View File

@ -729,7 +729,7 @@ const ScreenShield = new Lang.Class({
} else {
this._inhibitSuspend();
this._onUserBecameActive();
this._wakeUpScreen();
}
},