Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-1.0.7-gdk_property_get-overflow.patch
Parent Directory | Revision Log
Revision 153 -
(show annotations)
(download)
Tue May 8 20:52:56 2007 UTC (17 years, 5 months ago) by niro
File size: 647 byte(s)
Tue May 8 20:52:56 2007 UTC (17 years, 5 months ago) by niro
File size: 647 byte(s)
-import
1 | Fixes bug #96869 partly. |
2 | http://www.mail-archive.com/debian-gtk-gnome%40lists.debian.org/msg11615.html |
3 | |
4 | --- mozilla/gfx/src/gtk/nsScreenGtk.cpp 2005-09-28 10:58:52.000000000 +0200 |
5 | +++ mozilla.az/gfx/src/gtk/nsScreenGtk.cpp 2005-09-28 10:59:12.000000000 +0200 |
6 | @@ -143,7 +143,7 @@ |
7 | if (!gdk_property_get(root_window, |
8 | gdk_atom_intern ("_NET_WORKAREA", FALSE), |
9 | cardinal_atom, |
10 | - 0, G_MAXLONG, FALSE, |
11 | + 0, G_MAXLONG - 3, FALSE, |
12 | &type_returned, |
13 | &format_returned, |
14 | &length_returned, |