diff --git a/ChangeLog b/ChangeLog index cc1049ad2d..94a74fe2cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index cc1049ad2d..94a74fe2cf 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index cc1049ad2d..94a74fe2cf 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index cc1049ad2d..94a74fe2cf 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index cc1049ad2d..94a74fe2cf 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Tue Oct 7 23:23:05 2003 Matthias Clasen + + * gtk/gtkplug.c (xembed_set_info): Put the supported protocol + version in in the right field of the _XEMBED_INFO property. + (#123885, Denis Mikhalkin) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an 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),