mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix braino. (#163232, Arnaud Charlet)
2005-01-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store): Fix braino. (#163232, Arnaud Charlet)
This commit is contained in:
parent
802e750014
commit
47806a7be3
@ -1,3 +1,8 @@
|
||||
2005-01-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
|
||||
Fix braino. (#163232, Arnaud Charlet)
|
||||
|
||||
2005-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c: Make markup_column work, and fix some
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
|
||||
Fix braino. (#163232, Arnaud Charlet)
|
||||
|
||||
2005-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c: Make markup_column work, and fix some
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
|
||||
Fix braino. (#163232, Arnaud Charlet)
|
||||
|
||||
2005-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c: Make markup_column work, and fix some
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-07 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkselection-win32.c (_gdk_selection_property_store):
|
||||
Fix braino. (#163232, Arnaud Charlet)
|
||||
|
||||
2005-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c: Make markup_column work, and fix some
|
||||
|
@ -158,7 +158,7 @@ _gdk_selection_property_store (GdkWindow *owner,
|
||||
return;
|
||||
}
|
||||
else
|
||||
prop->length = strlen (prop->data + 1);
|
||||
prop->length = strlen (prop->data) + 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user