[xiph-commits] r18288 - trunk/spectrum

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed May 16 16:30:59 PDT 2012


Author: xiphmont
Date: 2012-05-16 16:30:59 -0700 (Wed, 16 May 2012)
New Revision: 18288

Modified:
   trunk/spectrum/spectrum-gtkrc
   trunk/spectrum/version.h
   trunk/spectrum/waveform-gtkrc
Log:
Ah, *that*'s what has ClearLook select rendering all messed up...



Modified: trunk/spectrum/spectrum-gtkrc
===================================================================
--- trunk/spectrum/spectrum-gtkrc	2012-05-16 22:32:04 UTC (rev 18287)
+++ trunk/spectrum/spectrum-gtkrc	2012-05-16 23:30:59 UTC (rev 18288)
@@ -5,7 +5,7 @@
 
 	GtkButton::focus-padding = 0
 	GtkButton::focus-line-width = 1
-	GtkButton::interior-focus = 0
+	GtkButton::interior-focus = 1
 
         bg[NORMAL]="#b0c0d8" 
         bg[ACTIVE]="#c0e0ff" 

Modified: trunk/spectrum/version.h
===================================================================
--- trunk/spectrum/version.h	2012-05-16 22:32:04 UTC (rev 18287)
+++ trunk/spectrum/version.h	2012-05-16 23:30:59 UTC (rev 18288)
@@ -1,2 +1,2 @@
 #define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Wed May 16 05:58:01 EDT 2012] */
+/* DO NOT EDIT: Automated versioning hack [Wed May 16 17:38:13 EDT 2012] */

Modified: trunk/spectrum/waveform-gtkrc
===================================================================
--- trunk/spectrum/waveform-gtkrc	2012-05-16 22:32:04 UTC (rev 18287)
+++ trunk/spectrum/waveform-gtkrc	2012-05-16 23:30:59 UTC (rev 18288)
@@ -5,7 +5,7 @@
 
 	GtkButton::focus-padding = 0
 	GtkButton::focus-line-width = 1
-	GtkButton::interior-focus = 0
+	GtkButton::interior-focus = 1
 
         bg[NORMAL]="#c8c0b0" 
         bg[ACTIVE]="#f0d8b4" 



More information about the commits mailing list