[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix a crash when warning about the screenlocker (Bug #12603)
noreply at xfce.org
noreply at xfce.org
Sat Jun 4 17:34:36 CEST 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 24bcf752e51c2762d40a7611caff399c2f0556aa
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sat Jun 4 17:44:10 2016 +0300
Fix a crash when warning about the screenlocker (Bug #12603)
---
src/xfce-screensaver.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/xfce-screensaver.c b/src/xfce-screensaver.c
index de07d14..b315b42 100644
--- a/src/xfce-screensaver.c
+++ b/src/xfce-screensaver.c
@@ -540,9 +540,9 @@ xfce_screensaver_lock (XfceScreenSaver *saver)
if (!ret)
{
- g_error ("Screensaver lock command not set when attempting to lock the screen.\n"
- "Please set the xfconf property %s%s in xfce4-session to the desired lock command",
- XFSM_PROPERTIES_PREFIX, LOCK_COMMAND);
+ g_warning ("Screensaver lock command not set when attempting to lock the screen.\n"
+ "Please set the xfconf property %s%s in xfce4-session to the desired lock command",
+ XFSM_PROPERTIES_PREFIX, LOCK_COMMAND);
/* Fall back to trying a couple others, using the xdg standard
* one first */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list