[Xfce4-commits] <xfce4-settings:jeromeg/clipboard-daemon> Turn warning into message.

Nick Schermer noreply at xfce.org
Fri Nov 27 11:42:03 CET 2009


Updating branch refs/heads/jeromeg/clipboard-daemon
         to 06bb54fd1c1131195574f5d54920cd8d7fe84efa (commit)
       from 76f777648f36c549de70530d69db83151781e239 (commit)

commit 06bb54fd1c1131195574f5d54920cd8d7fe84efa
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Nov 27 10:12:14 2009 +0100

    Turn warning into message.
    
    Nothing critical going on here.

 xfce4-settings-helper/xfce-clipboard-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce4-settings-helper/xfce-clipboard-manager.c b/xfce4-settings-helper/xfce-clipboard-manager.c
index a655a82..cef54d2 100644
--- a/xfce4-settings-helper/xfce-clipboard-manager.c
+++ b/xfce4-settings-helper/xfce-clipboard-manager.c
@@ -312,7 +312,7 @@ xfce_clipboard_manager_start (XfceClipboardManager *manager)
   /* Check if there is a clipboard manager running */
   if (gdk_display_supports_clipboard_persistence (gdk_display_get_default ()))
     {
-      g_warning ("A clipboard manager is already running.");
+      g_message ("A clipboard manager is already running.");
       return FALSE;
     }
 



More information about the Xfce4-commits mailing list