[Xfce4-commits] [apps/xfdashboard] 01/05: Fix typos

noreply at xfce.org noreply at xfce.org
Tue Aug 2 09:03:07 CEST 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 abed645b2df8ad76436b5efa5eb5e24d82424740
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Jul 29 08:52:26 2016 +0200

    Fix typos
---
 libxfdashboard/background.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfdashboard/background.c b/libxfdashboard/background.c
index e6ba057..913f426 100644
--- a/libxfdashboard/background.c
+++ b/libxfdashboard/background.c
@@ -118,13 +118,13 @@ static gboolean _xfdashboard_background_on_draw_fill_canvas(XfdashboardBackgroun
 
 	cairo_set_operator(inContext, CAIRO_OPERATOR_OVER);
 
-	/* Do nothing if type does not include filling backgrouns */
+	/* Do nothing if type does not include filling background */
 	if(!(priv->type & XFDASHBOARD_BACKGROUND_TYPE_FILL)) return(CLUTTER_EVENT_PROPAGATE);
 
 	/* Determine if we should draw rounded corners */
 
 	/* Draw rectangle with or without rounded corners */
-	if((priv->type & XFDASHBOARD_BACKGROUND_TYPE_ROUNDED_CORNERS) && 
+	if((priv->type & XFDASHBOARD_BACKGROUND_TYPE_ROUNDED_CORNERS) &&
 		(priv->fillCorners & XFDASHBOARD_CORNERS_ALL) &&
 		priv->fillCornersRadius>0.0f)
 	{

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


More information about the Xfce4-commits mailing list