[Xfce4-commits] [apps/xfdashboard] 01/01: Hopefully a better explaination of command-line option "--toggle".
noreply at xfce.org
noreply at xfce.org
Thu Nov 3 13:03:41 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 37441ba3dbcb19eae4a6add8e7df745fabddbf0e
Author: Stephan Haller <nomad at froevel.de>
Date: Thu Nov 3 13:02:42 2016 +0100
Hopefully a better explaination of command-line option "--toggle".
See GH #137
---
libxfdashboard/application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfdashboard/application.c b/libxfdashboard/application.c
index b90d000..ab36684 100644
--- a/libxfdashboard/application.c
+++ b/libxfdashboard/application.c
@@ -561,7 +561,7 @@ static gint _xfdashboard_application_handle_command_line_arguments(XfdashboardAp
{ "daemonize", 'd', 0, G_OPTION_ARG_NONE, &optionDaemonize, N_("Fork to background"), NULL },
{ "quit", 'q', 0, G_OPTION_ARG_NONE, &optionQuit, N_("Quit running instance"), NULL },
{ "restart", 'r', 0, G_OPTION_ARG_NONE, &optionRestart, N_("Restart running instance"), NULL },
- { "toggle", 't', 0, G_OPTION_ARG_NONE, &optionToggle, N_("Toggles suspend/resume state if running instance was started in daemon mode otherwise it quits running non-daemon instance"), NULL },
+ { "toggle", 't', 0, G_OPTION_ARG_NONE, &optionToggle, N_("Toggles visibility if running instance was started in daemon mode otherwise it quits running non-daemon instance"), NULL },
{ "view", 0, 0, G_OPTION_ARG_STRING, &optionSwitchToView, N_("The view to switch to on startup or resume"), NULL },
{ NULL }
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list