[Pkg-utopia-maintainers] Bug#551797: Bug#551797: libdevkit-power-gobject1: Hibernate does not work

Michael Ott michael at king-coder.de
Wed Oct 21 07:43:48 UTC 2009


Hello Michael!

> Ok, I can reproduce the bug. Will probably not take long to get it fixed.
I have looked into the source and with patch it works. I cannot believe
that this is all but it work (;-))

> Thanks for the report!
Your welcome (blush)

CU  
         
  Michael
          
-- 
    ,''`.   
   : :' :   Michael Ott 
   `. `'    e-mail: michael at king-coder dot de
     `-

-------------- next part --------------
diff -pbaur devicekit-power-012.orig/src/dkp-daemon.c devicekit-power-012/src/dkp-daemon.c
--- devicekit-power-012.orig/src/dkp-daemon.c	2009-10-16 16:42:51.000000000 +0200
+++ devicekit-power-012/src/dkp-daemon.c	2009-10-21 08:38:36.000000000 +0200
@@ -563,7 +563,7 @@ dkp_daemon_hibernate (DkpDaemon *daemon,
 	}
 
 	/* encrypted swap? */
-	if (!daemon->priv->hibernate_has_encrypted_swap) {
+	if (daemon->priv->hibernate_has_encrypted_swap) {
 		error = g_error_new (DKP_DAEMON_ERROR,
 				     DKP_DAEMON_ERROR_GENERAL,
 				     "Swap space is encrypted");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-utopia-maintainers/attachments/20091021/ca2577c3/attachment-0001.pgp>


More information about the Pkg-utopia-maintainers mailing list