Magellan Linux

Annotation of /trunk/gtk2+/patches/gtk2+-2.14.6-flash-workaround.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 741 - (hide annotations) (download)
Sun Dec 28 00:09:59 2008 UTC (15 years, 4 months ago) by niro
File size: 532 byte(s)
added patch to fix flashplayer issues

1 niro 741 Index: gtk+2.0-2.11.6/gtk/gtkclipboard.c
2     ===================================================================
3     --- gtk+2.0-2.11.6.orig/gtk/gtkclipboard.c 2007-08-31 16:52:48.000000000 +0200
4     +++ gtk+2.0-2.11.6/gtk/gtkclipboard.c 2007-08-31 16:53:16.000000000 +0200
5     @@ -287,6 +287,7 @@
6     gtk_clipboard_get_for_display (GdkDisplay *display,
7     GdkAtom selection)
8     {
9     + g_return_val_if_fail (display != NULL, NULL);
10     g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
11     g_return_val_if_fail (!display->closed, NULL);
12