diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-29 23:48:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-29 23:48:49 +0000 |
commit | 5b59e80fcc00950ef42919987a42ea5aaa6c5e31 (patch) | |
tree | 4048075c5f00e59a476edad18688c92e4cb0b780 /gtk/gtkstatusicon.c | |
parent | 4ff1133fef0125e1b7966e71a2fd68d2d2e965ed (diff) | |
download | gtk+-5b59e80fcc00950ef42919987a42ea5aaa6c5e31.tar.gz |
Fix typos
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rwxr-xr-x | gtk/gtkstatusicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index f0b01b112f..d1f48458bd 100755 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -811,7 +811,7 @@ gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon, gtk_status_icon_set_image (status_icon, GTK_IMAGE_PIXBUF, (gpointer) pixbuf); } -v + /** * gtk_status_icon_set_from_file: * @status_icon: a #GtkStatusIcon |