Fix typos

This commit is contained in:
Matthias Clasen 2005-08-29 23:48:49 +00:00
parent 4ff1133fef
commit 5b59e80fcc
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
* gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock):
* gtk/gtkimage.c (gtk_image_new_from_stock): Don't
refer to nonexisting stock ids.

View File

@ -1,5 +1,7 @@
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
* gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock):
* gtk/gtkimage.c (gtk_image_new_from_stock): Don't
refer to nonexisting stock ids.

View File

@ -268,9 +268,9 @@ void
_gtk_socket_windowing_embed_notify (GtkSocket *socket)
{
#ifdef HAVE_XFIXES
GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (socket);
GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (socket));
XFixesChangeSaveSet (GDK_DISPLAY_XDISPLAY (display)),
XFixesChangeSaveSet (GDK_DISPLAY_XDISPLAY (display),
GDK_WINDOW_XWINDOW (socket->plug_window),
SetModeInsert, SaveSetRoot, SaveSetUnmap);
#endif

View File

@ -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