rpms/gnome-panel/devel gnome-panel-2.19.5-launcher-tooltip.patch, NONE, 1.1 gnome-panel.spec, 1.206, 1.207

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Tue Jul 24 17:24:59 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-panel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17685

Modified Files:
	gnome-panel.spec 
Added Files:
	gnome-panel-2.19.5-launcher-tooltip.patch 
Log Message:
fix laucher tooltip changing


gnome-panel-2.19.5-launcher-tooltip.patch:

--- NEW FILE gnome-panel-2.19.5-launcher-tooltip.patch ---
diff -up gnome-panel-2.19.5/gnome-panel/panel-util.c.launcher-tooltip gnome-panel-2.19.5/gnome-panel/panel-util.c
--- gnome-panel-2.19.5/gnome-panel/panel-util.c.launcher-tooltip	2007-07-24 13:16:07.000000000 -0400
+++ gnome-panel-2.19.5/gnome-panel/panel-util.c	2007-07-24 13:16:10.000000000 -0400
@@ -1580,6 +1580,12 @@ void
 panel_util_set_tooltip_text (GtkWidget  *widget,
 			     const char *text)
 {
+        g_signal_handlers_disconnect_matched (widget,
+                                              G_SIGNAL_MATCH_FUNC,
+                                              0, 0, NULL,
+					      panel_util_query_tooltip_cb,
+                                              NULL);
+
 	if (string_empty (text)) {
 		g_object_set (widget, "has-tooltip", FALSE, NULL);
 		return;


Index: gnome-panel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- gnome-panel.spec	12 Jul 2007 20:04:00 -0000	1.206
+++ gnome-panel.spec	24 Jul 2007 17:24:26 -0000	1.207
@@ -22,7 +22,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.19.5
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-panel/2.19/%{name}-%{version}.tar.bz2
 Source1: redhat-panel-default-setup.entries
@@ -92,6 +92,8 @@
 #Patch6: gnome-panel-2.16.0-compiz-support.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=456371
 Patch7: clock-timezones.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=459973
+Patch8: gnome-panel-2.19.5-launcher-tooltip.patch
 
 Conflicts: gnome-power-manager < 2.15.3
 
@@ -125,6 +127,7 @@
 %patch5 -p1 -b .move-suspend-to-menu
 #%patch6 -p0 -b .compiz-support
 %patch7 -p1 -b .clock-timezones
+%patch8 -p1 -b .launcher-tooltip
 
 . %{SOURCE4}
 
@@ -305,6 +308,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Tue Jul 24 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.5-3
+- Fix launcher tooltips to react to changes.  (#212164)
+
 * Thu Jul 12 2007 Matthias Clasen <mclasen at redhat.com> - 2.19.5-2
 - Fix a crash in the new timezone code in the clock applet
 




More information about the scm-commits mailing list