rpms/control-center/devel fix-background-tooltips.patch, NONE, 1.1 control-center.spec, 1.491, 1.492

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 29 00:10:55 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/control-center/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7579

Modified Files:
	control-center.spec 
Added Files:
	fix-background-tooltips.patch 
Log Message:
fix tooltips on the background tab


fix-background-tooltips.patch:
 appearance-desktop.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE fix-background-tooltips.patch ---
--- gnome-control-center-2.28.0/capplets/appearance/appearance-desktop.c	2009-09-28 20:01:16.896708487 -0400
+++ hacked/capplets/appearance/appearance-desktop.c	2009-09-28 19:56:21.977442977 -0400
@@ -1246,8 +1246,6 @@
   GtkWidget *widget, *box, *button;
   char *url;
 
-  g_object_set (gtk_settings_get_default (), "gtk-tooltip-timeout", 500, NULL);
-
   data->wp_update_gconf = TRUE;
 
   data->wp_uris = NULL;
@@ -1387,6 +1385,7 @@
                     (GCallback) wp_props_wp_selected, data);
   g_signal_connect (data->wp_view, "query-tooltip",
                     (GCallback) wp_view_tooltip_cb, data);
+  gtk_widget_set_has_tooltip (data->wp_view, TRUE);
 
   wp_set_sensitivities (data);
 


Index: control-center.spec
===================================================================
RCS file: /cvs/pkgs/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -p -r1.491 -r1.492
--- control-center.spec	25 Sep 2009 00:21:30 -0000	1.491
+++ control-center.spec	29 Sep 2009 00:10:54 -0000	1.492
@@ -24,7 +24,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.28.0
-Release: 9%{?dist}
+Release: 10%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -53,6 +53,9 @@ Patch46: no-tweaks.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=590349
 Patch47: save-as.patch
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=596369
+Patch50: fix-background-tooltips.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: gnome-control-center-2.25.2-passwd.patch
 Patch96: gnome-control-center-2.25.2-gecos.patch
@@ -186,6 +189,7 @@ for the GNOME desktop.
 %patch30 -p1 -b .default-layout-toggle
 %patch46 -p1 -b .no-tweaks
 %patch47 -p1 -b .save-as
+%patch50 -p1 -b .fix-background-tooltips
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -373,6 +377,9 @@ fi
 
 
 %changelog
+* Mon Sep 28 2009 Matthias Clasen <mclasen at redhat.com> 2.28.0-10
+- Fix tooltips on the background tab
+
 * Thu Sep 24 2009 Matthias Clasen <mclasen at redhat.com> 2.28.0-9
 - Drop the notification theme patch
 




More information about the fedora-extras-commits mailing list