mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Fix silly bug, noticed by Sven Neumann.
2002-04-29 Alex Larsson <alexl@redhat.com> * gdk/linux-fb/gdkproperty-fb.c (gdk_property_get): Fix silly bug, noticed by Sven Neumann.
This commit is contained in:
parent
207daec517
commit
bc25b9b250
@ -1,3 +1,8 @@
|
||||
2002-04-29 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
|
||||
Fix silly bug, noticed by Sven Neumann.
|
||||
|
||||
Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-29 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
|
||||
Fix silly bug, noticed by Sven Neumann.
|
||||
|
||||
Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-29 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
|
||||
Fix silly bug, noticed by Sven Neumann.
|
||||
|
||||
Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-29 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
|
||||
Fix silly bug, noticed by Sven Neumann.
|
||||
|
||||
Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-29 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
|
||||
Fix silly bug, noticed by Sven Neumann.
|
||||
|
||||
Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-04-29 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkproperty-fb.c (gdk_property_get):
|
||||
Fix silly bug, noticed by Sven Neumann.
|
||||
|
||||
Sun Apr 28 22:43:55 2002 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): Fix
|
||||
|
@ -177,7 +177,7 @@ gdk_property_get (GdkWindow *window,
|
||||
if (nbytes > 0)
|
||||
{
|
||||
*data = g_malloc (nbytes+1);
|
||||
memcpy (data, prop->data + offset, nbytes);
|
||||
memcpy (*data, prop->data + offset, nbytes);
|
||||
(*data)[nbytes] = 0;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user