[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/02: Add warning if clipman is not running
noreply at xfce.org
noreply at xfce.org
Tue Mar 24 17:11:29 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i 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 panel-plugins/xfce4-clipman-plugin.
commit 86a44f272d912427e74d94a1308ac93a1beefa08
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Mar 24 12:17:18 2020 +0100
Add warning if clipman is not running
---
panel-plugin/xfce4-clipman-history.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/panel-plugin/xfce4-clipman-history.c b/panel-plugin/xfce4-clipman-history.c
index b860877..ace12c6 100644
--- a/panel-plugin/xfce4-clipman-history.c
+++ b/panel-plugin/xfce4-clipman-history.c
@@ -494,6 +494,10 @@ main (gint argc, gchar *argv[])
if (!clipman_history_clipman_daemon_running ())
{
g_warning ("The clipboard daemon is not running, exiting. You can launch it with 'xfce4-clipman'.");
+ xfce_dialog_show_warning (NULL,
+ _("You can launch it with 'xfce4-clipman'."),
+ "%s",
+ _("The Clipboard Manager Daemon is not running."));
return FALSE;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list