[Xfce4-commits] <xfce4-power-manager:master> Fix Has lid property that was shown twice with --dump.

Ali Abdallah noreply at xfce.org
Thu Feb 4 17:54:02 CET 2010


Updating branch refs/heads/master
         to 26fd1a273a67a660e28c1be75aa77399d450807c (commit)
       from 87970320d0522c40c258d758dc5d8900e46825fe (commit)

commit 26fd1a273a67a660e28c1be75aa77399d450807c
Author: Ali Abdallah <aliov at xfce.org>
Date:   Thu Feb 4 17:50:40 2010 +0100

    Fix Has lid property that was shown twice with --dump.

 src/xfpm-main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/xfpm-main.c b/src/xfpm-main.c
index 3caa3da..6ae06a1 100644
--- a/src/xfpm-main.c
+++ b/src/xfpm-main.c
@@ -141,10 +141,7 @@ xfpm_dump (GHashTable *hash)
 	      "%s: %s\n"
 	      "%s: %s\n"
 	      "%s: %s\n"
-	      "%s: %s\n"
 	      "%s: %s\n",
-	     _("Has LID"),
-	     xfpm_bool_to_local_string (has_lid),
 	     _("Can suspend"),
 	     xfpm_bool_to_local_string (can_suspend),
 	     _("Can hibernate"),



More information about the Xfce4-commits mailing list