[nautilus-actions] src/nact/base-gtk-utils.c: fix typos in comments
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] src/nact/base-gtk-utils.c: fix typos in comments
- Date: Thu, 22 Dec 2011 00:06:43 +0000 (UTC)
commit ecb0d30d5cad13976f16cc955b02a6c55a88aeb9
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Dec 19 06:35:51 2011 +0100
src/nact/base-gtk-utils.c: fix typos in comments
ChangeLog | 5 +++++
src/nact/base-gtk-utils.c | 12 ++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e16852a..cafdd48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-19 Pierre Wieser <pwieser trychlos org>
+
+ * src/nact/base-gtk-utils.c
+ (base_gtk_utils_get_pixbuf, base_gtk_utils_render): Fix typos in a comment.
+
2011-12-14 Pierre Wieser <pwieser trychlos org>
* src/nact/nact-match-list.c (nact_match_list_on_selection_changed):
diff --git a/src/nact/base-gtk-utils.c b/src/nact/base-gtk-utils.c
index 531d942..fc8ef6c 100644
--- a/src/nact/base-gtk-utils.c
+++ b/src/nact/base-gtk-utils.c
@@ -321,10 +321,10 @@ base_gtk_utils_toggle_reset_initial_state( GtkToggleButton *button )
}
/**
- * nact_utils_get_pixbuf:
+ * base_gtk_utils_get_pixbuf:
* @name: the name of the file or an icon.
- * widget: the widget on which the imagecshould be rendered.
- * size: the desired size.
+ * @widget: the widget on which the image should be rendered.
+ * @size: the desired size.
*
* Returns a pixbuf for the given widget.
*/
@@ -394,10 +394,10 @@ base_gtk_utils_get_pixbuf( const gchar *name, GtkWidget *widget, GtkIconSize siz
}
/**
- * nact_utils_render:
+ * base_gtk_utils_render:
* @name: the name of the file or an icon, or %NULL.
- * widget: the widget on which the image should be rendered.
- * size: the desired size.
+ * @widget: the widget on which the image should be rendered.
+ * @size: the desired size.
*
* Displays the (maybe themed) image on the given widget.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]