forked from AuroraMiddleware/gtk
Fix typos
This commit is contained in:
parent
4ff1133fef
commit
5b59e80fcc
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user