[Xfce4-commits] <xfce4-power-manager:master> Fix warning.

Nick Schermer noreply at xfce.org
Fri Apr 20 00:00:03 CEST 2012


Updating branch refs/heads/master
         to f8691745c0ff1655892a228a9ee21f7b7c3b17e7 (commit)
       from 2037614c33008045dda64a8ab1d04b779e504a33 (commit)

commit f8691745c0ff1655892a228a9ee21f7b7c3b17e7
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Apr 19 23:59:04 2012 +0200

    Fix warning.

 src/xfpm-power.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xfpm-power.c b/src/xfpm-power.c
index bdff55c..2a67191 100644
--- a/src/xfpm-power.c
+++ b/src/xfpm-power.c
@@ -330,7 +330,7 @@ xfpm_power_sleep (XfpmPower *power, const gchar *sleep_time, gboolean force)
 				   _("An application is currently disabling the automatic sleep,"
 				   " doing this action now may damage the working state of this application,"
 				   " are you sure you want to hibernate the system?"),
-				   NULL);
+				   "");
 				   
 	if ( !ret )
 	    return;


More information about the Xfce4-commits mailing list