[Xfce4-commits] [xfce/xfce4-session] 01/01: xfce4-session-logout: deconflict -h option (Bug #12806)
noreply at xfce.org
noreply at xfce.org
Sun Jun 11 11:56:11 CEST 2017
This is an automated email from the git hooks/post-receive script.
e r i c p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-session.
commit 1ed67a56974a32ea01dcb1fabc85b95238025cc8
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Sun Jun 11 12:53:15 2017 +0300
xfce4-session-logout: deconflict -h option (Bug #12806)
Every other logout option had a -h flag, change it to other letters
not in use.
---
xfce4-session-logout/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-session-logout/main.c b/xfce4-session-logout/main.c
index 8ced69a..d62f3fc 100644
--- a/xfce4-session-logout/main.c
+++ b/xfce4-session-logout/main.c
@@ -82,11 +82,11 @@ static GOptionEntry option_entries[] =
N_("Suspend without displaying the logout dialog"),
NULL
},
- { "hibernate", 'h', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &opt_hibernate,
+ { "hibernate", 'i', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &opt_hibernate,
N_("Hibernate without displaying the logout dialog"),
NULL
},
- { "hybrid-sleep", 'h', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &opt_hybrid_sleep,
+ { "hybrid-sleep", 'b', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &opt_hybrid_sleep,
N_("Hybrid Sleep without displaying the logout dialog"),
NULL
},
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list