r12270 - in /desktop/experimental/gtk+2.0/debian: changelog patches/080_from_svn_fix_dangling_tooltip.patch patches/series
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Aug 7 14:29:18 UTC 2007
Author: lool
Date: Tue Aug 7 14:29:18 2007
New Revision: 12270
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12270
Log:
* New patch, 080_from_svn_fix_dangling_tooltip, fixes tooltips not
disappearing in the systray; from SVN; found in Ubuntu package;
Ubuntu #128781.
Added:
desktop/experimental/gtk+2.0/debian/patches/080_from_svn_fix_dangling_tooltip.patch
Modified:
desktop/experimental/gtk+2.0/debian/changelog
desktop/experimental/gtk+2.0/debian/patches/series
Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=12270&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Tue Aug 7 14:29:18 2007
@@ -1,3 +1,11 @@
+gtk+2.0 (2.11.6-2) UNRELEASED; urgency=low
+
+ * New patch, 080_from_svn_fix_dangling_tooltip, fixes tooltips not
+ disappearing in the systray; from SVN; found in Ubuntu package;
+ Ubuntu #128781.
+
+ -- Loic Minier <lool at dooz.org> Tue, 07 Aug 2007 16:28:19 +0200
+
gtk+2.0 (2.11.6-1) experimental; urgency=low
[ Loic Minier ]
Added: desktop/experimental/gtk+2.0/debian/patches/080_from_svn_fix_dangling_tooltip.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/080_from_svn_fix_dangling_tooltip.patch?rev=12270&op=file
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/080_from_svn_fix_dangling_tooltip.patch (added)
+++ desktop/experimental/gtk+2.0/debian/patches/080_from_svn_fix_dangling_tooltip.patch Tue Aug 7 14:29:18 2007
@@ -1,0 +1,13 @@
+Ubuntu #128781; from SVN; fixes tooltips not disappearing in the systray
+
+--- trunk/gtk/gtktooltip.c 2007/07/25 16:19:36 18543
++++ trunk/gtk/gtktooltip.c 2007/07/25 17:45:22 18544
+@@ -1118,7 +1118,7 @@
+ /* Hide the tooltip when there's no new tooltip widget */
+ if (!has_tooltip_widget)
+ {
+- if (current_tooltip && GTK_TOOLTIP_VISIBLE (current_tooltip))
++ if (current_tooltip)
+ gtk_tooltip_hide_tooltip (current_tooltip);
+
+ return;
Modified: desktop/experimental/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/patches/series?rev=12270&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/patches/series (original)
+++ desktop/experimental/gtk+2.0/debian/patches/series Tue Aug 7 14:29:18 2007
@@ -14,3 +14,4 @@
040_filechooser_single-click.patch
041_ia32-libs.patch
070_mandatory-relibtoolize.patch
+080_from_svn_fix_dangling_tooltip.patch
More information about the pkg-gnome-commits
mailing list