Gentoo Archives: gentoo-commits

From: "Fabio Erculiani (lxnay)" <lxnay@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/powerdevil/files: powerdevil-4.4.3-fix-sleep-205453.patch
Date: Sat, 29 May 2010 07:01:32
Message-Id: 20100529062600.2B8E02CF3C@corvid.gentoo.org
1 lxnay 10/05/29 06:26:00
2
3 Added: powerdevil-4.4.3-fix-sleep-205453.patch
4 Log:
5 apply patch in upstream bug #205453 that fixes s2ram/hibernation support
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 kde-base/powerdevil/files/powerdevil-4.4.3-fix-sleep-205453.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/powerdevil/files/powerdevil-4.4.3-fix-sleep-205453.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/powerdevil/files/powerdevil-4.4.3-fix-sleep-205453.patch?rev=1.1&content-type=text/plain
13
14 Index: powerdevil-4.4.3-fix-sleep-205453.patch
15 ===================================================================
16 --- kdebase-workspace-4.4.3/powerdevil/daemon/PowerDevilDaemon.cpp.orig 2010-04-29 21:54:40.000000000 +0200
17 +++ kdebase-workspace-4.4.3/powerdevil/daemon/PowerDevilDaemon.cpp 2010-05-09 17:06:54.000000000 +0200
18 @@ -571,7 +571,7 @@
19
20 void PowerDevilDaemon::buttonPressed(int but)
21 {
22 - if (!checkIfCurrentSessionActive() || d->screenSaverIface->GetActive()) {
23 + if (!checkIfCurrentSessionActive()) {
24 return;
25 }