[Xfce4-commits] [apps/xfdashboard] 03/10: Fix typo
noreply at xfce.org
noreply at xfce.org
Wed Jan 6 16:31:37 CET 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 4d7e95c98f2ff7dc900ed00c9e2a4cdee4a626db
Author: Stephan Haller <nomad at froevel.de>
Date: Wed Jan 6 12:36:46 2016 +0100
Fix typo
---
xfdashboard/image-content.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfdashboard/image-content.c b/xfdashboard/image-content.c
index 688a68a..5be6fae 100644
--- a/xfdashboard/image-content.c
+++ b/xfdashboard/image-content.c
@@ -1291,7 +1291,7 @@ void xfdashboard_image_content_init(XfdashboardImageContent *self)
/* Create new instance or use cached one for themed icon name or absolute icon filename.
* If icon does not exists a themed fallback icon will be used.
* If even the themed fallback icon cannot be found we set an empty image.
- * In all cases a valid ClutterImage object is returned must be unreffed with
+ * In all cases a valid ClutterImage object is returned and must be unreffed with
* g_object_unref().
*/
ClutterContent* xfdashboard_image_content_new_for_icon_name(const gchar *inIconName, gint inSize)
@@ -1328,7 +1328,7 @@ ClutterContent* xfdashboard_image_content_new_for_icon_name(const gchar *inIconN
/* Create new instance or use cached one for GIcon object.
* If icon does not exists a themed fallback icon will be used.
* If even the themed fallback icon cannot be found we set an empty image.
- * In all cases a valid ClutterImage object is returned must be unreffed with
+ * In all cases a valid ClutterImage object is returned and must be unreffed with
* g_object_unref().
*/
ClutterContent* xfdashboard_image_content_new_for_gicon(GIcon *inIcon, gint inSize)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list