diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-10-07 21:27:11 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-10-07 21:27:11 +0000 |
commit | 324228a33c454036939a8365a5c7b101f04f5ada (patch) | |
tree | 22f91e9c51c60c29e68b44c756086dc0f2a50182 /gtk/gtkplug.c | |
parent | 995c756f1111ceec8dd2147f40b4bfe14efed82d (diff) | |
download | gtk+-324228a33c454036939a8365a5c7b101f04f5ada.tar.gz |
Put the supported protocol version in in the right field of the
Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtkplug.c (xembed_set_info): Put the supported protocol
version in in the right field of the _XEMBED_INFO property.
(#123885, Denis Mikhalkin)
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r-- | gtk/gtkplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index d0c3496a64..a6efb9029a 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -934,7 +934,7 @@ xembed_set_info (GdkWindow *window, Atom xembed_info_atom = gdk_x11_get_xatom_by_name_for_display (display, "_XEMBED_INFO"); - buffer[1] = GTK_XEMBED_PROTOCOL_VERSION; + buffer[0] = GTK_XEMBED_PROTOCOL_VERSION; buffer[1] = flags; XChangeProperty (GDK_DISPLAY_XDISPLAY (display), |