r12578 - in /desktop/experimental/gtk+2.0/debian: changelog patches/091_workaround_no_gtk_init_incorrect_display.patch
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Sep 18 20:32:13 UTC 2007
Author: lool
Date: Tue Sep 18 20:32:13 2007
New Revision: 12578
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12578
Log:
* Add disabled patch 091_workaround_no_gtk_init_incorrect_display, taken
from the Ubuntu package; it works around broken applications missing a
call to gtk_init() but the breakage should better be exposed now so that
applications can be fixed in time for release.
Added:
desktop/experimental/gtk+2.0/debian/patches/091_workaround_no_gtk_init_incorrect_display.patch
Modified:
desktop/experimental/gtk+2.0/debian/changelog
Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=12578&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Tue Sep 18 20:32:13 2007
@@ -1,4 +1,4 @@
-gtk+2.0 (2.12.0-1) UNRELEASED; urgency=low
+gtk+2.0 (2.12.0-1) unstable; urgency=low
[ Alan Baghumian ]
* New upstream stable release
@@ -12,8 +12,12 @@
* Bump shlibs to 2.12.0 in the new upstream release for the addition of
gdk_window_thaw_toplevel_updates_libgtk_only() and
gdk_window_freeze_toplevel_updates_libgtk_only() to the ABI.
-
- -- Loic Minier <lool at dooz.org> Tue, 18 Sep 2007 22:26:11 +0200
+ * Add disabled patch 091_workaround_no_gtk_init_incorrect_display, taken
+ from the Ubuntu package; it works around broken applications missing a
+ call to gtk_init() but the breakage should better be exposed now so that
+ applications can be fixed in time for release.
+
+ -- Loic Minier <lool at dooz.org> Tue, 18 Sep 2007 22:30:39 +0200
gtk+2.0 (2.11.6-1) experimental; urgency=low
Added: desktop/experimental/gtk+2.0/debian/patches/091_workaround_no_gtk_init_incorrect_display.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/091_workaround_no_gtk_init_incorrect_display.patch?rev=12578&op=file
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/091_workaround_no_gtk_init_incorrect_display.patch (added)
+++ desktop/experimental/gtk+2.0/debian/patches/091_workaround_no_gtk_init_incorrect_display.patch Tue Sep 18 20:32:13 2007
@@ -1,0 +1,12 @@
+Index: gtk+2.0-2.11.6/gtk/gtkclipboard.c
+===================================================================
+--- gtk+2.0-2.11.6.orig/gtk/gtkclipboard.c 2007-08-31 16:52:48.000000000 +0200
++++ gtk+2.0-2.11.6/gtk/gtkclipboard.c 2007-08-31 16:53:16.000000000 +0200
+@@ -287,6 +287,7 @@
+ gtk_clipboard_get_for_display (GdkDisplay *display,
+ GdkAtom selection)
+ {
++ g_return_val_if_fail (display != NULL, NULL);
+ g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
+ g_return_val_if_fail (!display->closed, NULL);
+
More information about the pkg-gnome-commits
mailing list