rpms/openoffice.org/F-9 openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch, NONE, 1.1 openoffice.org.spec, 1.1461, 1.1462

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Apr 7 08:42:01 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16703

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch 
Log Message:
Resolves: rhbz#441112 openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch

openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch:

--- NEW FILE openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch ---
Index: unx/gtk/gdi/salnativewidgets-gtk.cxx
===================================================================
RCS file: /cvs/gsl/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx,v
retrieving revision 1.42
diff -u -r1.42 salnativewidgets-gtk.cxx
--- openoffice.org.orig/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx	12 Dec 2007 13:20:51 -0000	1.42
+++ openoffice.org/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx	7 Apr 2008 08:35:48 -0000
@@ -3054,6 +3055,7 @@
     NWEnsureGTKMenubar( m_nScreen );
     NWEnsureGTKScrollbars( m_nScreen );
     NWEnsureGTKEditBox( m_nScreen );
+    NWEnsureGTKTooltip( m_nScreen );
     
     gtk_widget_ensure_style( m_pWindow );
     GtkStyle* pStyle = gtk_widget_get_style( m_pWindow );
@@ -3074,6 +3076,10 @@
     aStyleSet.SetInfoTextColor( aTextColor );
     aStyleSet.SetWindowTextColor( aTextColor );
     aStyleSet.SetFieldTextColor( aTextColor );
+
+    // Tooltip colors
+    GtkStyle* pTooltipStyle = gtk_widget_get_style( gWidgetData[m_nScreen].gTooltipPopup );
+    aTextColor = getColor( pTooltipStyle->fg[ GTK_STATE_NORMAL ] );
     aStyleSet.SetHelpTextColor( aTextColor );
     
     // mouse over text colors


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1461
retrieving revision 1.1462
diff -u -r1.1461 -r1.1462
--- openoffice.org.spec	4 Apr 2008 19:39:11 -0000	1.1461
+++ openoffice.org.spec	7 Apr 2008 08:41:13 -0000	1.1462
@@ -148,6 +148,7 @@
 Patch75: openoffice.org-2.4.0.ooo86924.sfx2.iconchanges.patch
 Patch76: openoffice.org-2.4.0.ooo87204.toolkit.64bitevent.patch
 Patch77: openoffice.org-2.4.0.ooo87490.sfx2.allprotocols.urlopen.patch
+Patch78: openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1110,6 +1111,7 @@
 %patch75 -p1 -b .ooo86924.sfx2.iconchanges.patch
 %patch76 -p1 -b .ooo87204.toolkit.64bitevent.patch
 %patch77 -p1 -b .ooo87490.sfx2.allprotocols.urlopen.patch
+%patch78 -p1 -b .ooo85691.vcl.tooltipcolor.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2894,8 +2896,9 @@
 
 
 %changelog
-* Fri Apr 04 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.6
+* Mon Apr 07 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.6
 - Resolves: rhbz#439727 find another crasher
+- Resolves: rhbz#441112 openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch
 
 * Wed Apr 02 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.5
 - Resolves: rhbz#439727 find crasher




More information about the fedora-extras-commits mailing list