From ae52bc80895a23ddbe33b86e75a9cf331ae32ba9 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 10 Apr 2009 05:56:28 +0000 Subject: Presenting GNOME 2.26 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. --- x11-toolkits/gtk20/files/patch-gtk-561583 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 x11-toolkits/gtk20/files/patch-gtk-561583 (limited to 'x11-toolkits/gtk20/files/patch-gtk-561583') diff --git a/x11-toolkits/gtk20/files/patch-gtk-561583 b/x11-toolkits/gtk20/files/patch-gtk-561583 deleted file mode 100644 index f9a547805fcf..000000000000 --- a/x11-toolkits/gtk20/files/patch-gtk-561583 +++ /dev/null @@ -1,16 +0,0 @@ ---- gdk/x11/gdkscreen-x11.orig 2009-02-18 15:29:15.000000000 -0500 -+++ gdk/x11/gdkscreen-x11.c 2009-02-18 15:30:03.000000000 -0500 -@@ -915,11 +915,12 @@ - return; - #endif - -+ _gdk_x11_screen_process_monitors_change (screen); -+ - if (width == gdk_screen_get_width (screen) && - height == gdk_screen_get_height (screen)) - return; - -- _gdk_x11_screen_process_monitors_change (screen); - g_signal_emit_by_name (screen, "size_changed"); - } - -- cgit v1.2.3