mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
21 lines
667 B
JavaScript
21 lines
667 B
JavaScript
$OpenBSD: patch-js_ui_screenShield_js,v 1.3 2017/11/04 16:44:50 jasper Exp $
|
|
|
|
REVERT:
|
|
From ddea54a5398c123a4711243e55811c8ba26f8b85 Mon Sep 17 00:00:00 2001
|
|
From: Victor Toso <victortoso@redhat.com>
|
|
Date: Thu, 12 May 2016 09:25:49 +0200
|
|
Subject: ScreenShield: set LockedHint property from systemd
|
|
|
|
Index: js/ui/screenShield.js
|
|
--- js/ui/screenShield.js.orig
|
|
+++ js/ui/screenShield.js
|
|
@@ -582,9 +582,6 @@ var ScreenShield = new Lang.Class({
|
|
if (prevIsActive != this._isActive)
|
|
this.emit('active-changed');
|
|
|
|
- if (this._loginSession)
|
|
- this._loginSession.SetLockedHintRemote(active);
|
|
-
|
|
this._syncInhibitor();
|
|
},
|
|
|