r14446 - in /desktop/unstable/gconf-editor/debian: changelog patches/02_fg-color.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Feb 5 16:46:45 UTC 2008


Author: slomo
Date: Tue Feb  5 16:46:45 2008
New Revision: 14446

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14446
Log:
* debian/patches/02_fg-color.patch:
  + Set the text color to the 'fg' color so that it matches the other text
    regardless of GTK+ theme. Patch from upstream SVN.

Added:
    desktop/unstable/gconf-editor/debian/patches/02_fg-color.patch
Modified:
    desktop/unstable/gconf-editor/debian/changelog

Modified: desktop/unstable/gconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/changelog?rev=14446&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/changelog (original)
+++ desktop/unstable/gconf-editor/debian/changelog Tue Feb  5 16:46:45 2008
@@ -2,10 +2,13 @@
 
   * debian/patches/01_search-dialog-segfault.patch:
     + Fix crash when closing the search dialog (Closes: #445259).
+  * debian/patches/02_fg-color.patch:
+    + Set the text color to the 'fg' color so that it matches the other text
+      regardless of GTK+ theme. Patch from upstream SVN.
   * debian/control.in:
     + Update Standards-Version to 3.7.3, no additional changes needed.
 
- -- Sebastian Dröge <slomo at debian.org>  Tue, 05 Feb 2008 16:27:48 +0100
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 05 Feb 2008 17:45:52 +0100
 
 gconf-editor (2.20.0-1) unstable; urgency=low
 

Added: desktop/unstable/gconf-editor/debian/patches/02_fg-color.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/patches/02_fg-color.patch?rev=14446&op=file
==============================================================================
--- desktop/unstable/gconf-editor/debian/patches/02_fg-color.patch (added)
+++ desktop/unstable/gconf-editor/debian/patches/02_fg-color.patch Tue Feb  5 16:46:45 2008
@@ -1,0 +1,12 @@
+--- trunk/src/gconf-editor-window.c	2007/10/23 20:52:38	1329
++++ trunk/src/gconf-editor-window.c	2007/10/28 04:35:03	1330
+@@ -1271,6 +1271,8 @@
+ {
+ 	gtk_widget_modify_base (text_view, GTK_STATE_NORMAL,
+ 				&GTK_WIDGET (widget)->style->bg[GTK_STATE_NORMAL]);
++	gtk_widget_modify_text (text_view, GTK_STATE_NORMAL,
++				&GTK_WIDGET (widget)->style->fg[GTK_STATE_NORMAL]);
+ }
+ 
+ void
+




More information about the pkg-gnome-commits mailing list