[Xfce4-commits] [apps/xfdashboard] 13/31: Turn warning into a message as Fedora tends to turn it into a fatal warning and crashes :( And this message is likely to be printed.

noreply at xfce.org noreply at xfce.org
Thu Jun 11 19:57:08 CEST 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to annotated tag 0.4.1
in repository apps/xfdashboard.

commit 5fbe6add9dade0246d35c8e721a2cd564c2a85ac
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri May 29 13:44:31 2015 +0200

    Turn warning into a message as Fedora tends to turn it into a fatal warning and crashes :( And this message is likely to be printed.
---
 xfdashboard/window-content.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfdashboard/window-content.c b/xfdashboard/window-content.c
index 2de7232..6b03ab2 100644
--- a/xfdashboard/window-content.c
+++ b/xfdashboard/window-content.c
@@ -2202,7 +2202,7 @@ void xfdashboard_window_content_set_unmapped_window_icon_gravity(XfdashboardWind
 
 	anchorPoint=XFDASHBOARD_ANCHOR_POINT_NONE;
 
-	g_warning("Setting deprecated property 'unmapped-window-icon-gravity' at %s", G_OBJECT_TYPE_NAME(self));
+	g_message("Setting deprecated property 'unmapped-window-icon-gravity' at %s, use 'unmapped-window-icon-anchor-point' instead", G_OBJECT_TYPE_NAME(self));
 
 	/* Convert gravity to anchor point */
 	switch(inGravity)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list