CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 720 -
(show annotations)
Sun Oct 4 15:09:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 423 byte(s)
Sun Oct 4 15:09:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 423 byte(s)
importing opt
| 1 | --- gtk+2.0-2.11.6.orig/gtk/gtkclipboard.c 2007-08-31 16:52:48.000000000 +0200 |
| 2 | +++ gtk+2.0-2.11.6/gtk/gtkclipboard.c 2007-08-31 16:53:16.000000000 +0200 |
| 3 | @@ -287,6 +287,7 @@ |
| 4 | gtk_clipboard_get_for_display (GdkDisplay *display, |
| 5 | GdkAtom selection) |
| 6 | { |
| 7 | + g_return_val_if_fail (display != NULL, NULL); |
| 8 | g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL); |
| 9 | g_return_val_if_fail (!display->closed, NULL); |
| 10 |