[Xfce4-commits] [apps/xfdashboard] 01/02: Fix code comments

noreply at xfce.org noreply at xfce.org
Tue Nov 19 11:48:56 CET 2019


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

n   o   m   a   d       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 apps/xfdashboard.

commit 2555e50cfd5e2823db0d8ab9e1993c350c4cc102
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Nov 5 12:58:35 2019 +0100

    Fix code comments
---
 libxfdashboard/theme-animation.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfdashboard/theme-animation.c b/libxfdashboard/theme-animation.c
index 1ac0fbd..538e50a 100644
--- a/libxfdashboard/theme-animation.c
+++ b/libxfdashboard/theme-animation.c
@@ -681,7 +681,7 @@ XfdashboardAnimation* xfdashboard_theme_animation_create(XfdashboardThemeAnimati
 	{
 		XFDASHBOARD_DEBUG(self, ANIMATION, "User disabled animations");
 
-		/* Return NULL as user does not want any animation */
+		/* Return empty animation object as user does not want any animation */
 		return(animation);
 	}
 
@@ -696,7 +696,7 @@ XfdashboardAnimation* xfdashboard_theme_animation_create(XfdashboardThemeAnimati
 							G_OBJECT_TYPE_NAME(inSender),
 							inSignal);
 
-		/* Return NULL as no matching animation specification was found */
+		/* Return empty animation object as no matching animation specification was found */
 		return(animation);
 	}
 

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


More information about the Xfce4-commits mailing list