Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
2008-05-01 Richard Hult <richard@imendio.com> * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard): Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan. svn path=/trunk/; revision=20064
This commit is contained in:

committed by
Richard Hult

parent
1c12277966
commit
d44d787094
@ -1,3 +1,8 @@
|
|||||||
|
2008-05-01 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
|
||||||
|
Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
|
||||||
|
|
||||||
2008-05-01 Matthias Clasen <mclasen@redhat.com>
|
2008-05-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* modules/imput/imthai.c: Register the right translation domain.
|
* modules/imput/imthai.c: Register the right translation domain.
|
||||||
|
@ -283,7 +283,7 @@ _gtk_quartz_set_selection_data_for_pasteboard (NSPasteboard *pasteboard,
|
|||||||
}
|
}
|
||||||
else if ([type isEqualTo:NSURLPboardType])
|
else if ([type isEqualTo:NSURLPboardType])
|
||||||
{
|
{
|
||||||
gchar **list;
|
gchar **list = NULL;
|
||||||
gchar **result = NULL;
|
gchar **result = NULL;
|
||||||
NSURL *url;
|
NSURL *url;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user