r13125 - in /desktop/unstable/gtk+2.0/debian: changelog patches/080_from_bugzilla_workaround_eclipse_crash.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Oct 14 17:51:30 UTC 2007


Author: lool
Date: Sun Oct 14 17:51:30 2007
New Revision: 13125

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13125
Log:
* New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when
  displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP
  #128232; closes: #445613.

Added:
    desktop/unstable/gtk+2.0/debian/patches/080_from_bugzilla_workaround_eclipse_crash.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=13125&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Sun Oct 14 17:51:30 2007
@@ -21,12 +21,17 @@
     relibtoolizing important for hurd-i386; GNOME #484426; Debian #445001.
 
   [ Josselin Mouette ]
-  * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the 
-    GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the 
+  * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the
+    GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the
     Debian directories. Thanks Thadeu Lima de Souza Cascardo.
     Closes: #439004.
 
- -- Josselin Mouette <joss at debian.org>  Thu, 11 Oct 2007 23:25:20 +0200
+  [ Loic Minier ]
+  * New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when
+    displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP
+    #128232; closes: #445613.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 14 Oct 2007 19:50:19 +0200
 
 gtk+2.0 (2.12.0-2) unstable; urgency=low
 

Added: desktop/unstable/gtk+2.0/debian/patches/080_from_bugzilla_workaround_eclipse_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/080_from_bugzilla_workaround_eclipse_crash.patch?rev=13125&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/080_from_bugzilla_workaround_eclipse_crash.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/080_from_bugzilla_workaround_eclipse_crash.patch Sun Oct 14 17:51:30 2007
@@ -1,0 +1,13 @@
+GNOME #410194; Debian #445613; LP #128232; fix crash when displaying tooltips
+in SWT apps such as Eclipse
+
+--- gtk+2.0-2.12.0.orig/gtk/gtktooltips.c	2007-09-13 22:35:41.000000000 +0200
++++ gtk+2.0-2.12.0/gtk/gtktooltips.c	2007-10-14 19:47:54.000000000 +0200
+@@ -230,6 +230,7 @@
+     }
+   
+   if (tooltips->active_tips_data 
++      && tooltipsdata
+       && tooltips->active_tips_data->widget == widget
+       && GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
+     {

Modified: desktop/unstable/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/series?rev=13125&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series Sun Oct 14 17:51:30 2007
@@ -15,4 +15,5 @@
 040_filechooser_single-click.patch
 041_ia32-libs.patch
 070_mandatory-relibtoolize.patch
+080_from_bugzilla_workaround_eclipse_crash.patch
 081_icon-cache-validate.patch




More information about the pkg-gnome-commits mailing list