[maemo-commits] [maemo-commits] r9807 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 12 15:32:47 EET 2007
Author: xan
Date: 2007-02-12 15:32:45 +0200 (Mon, 12 Feb 2007)
New Revision: 9807

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkentrycompletion.rc
Log:
2007-02-12  Xan Lopez  <xan.lopez at nokia.com>

        * rc/gtkentrycompletion.rc:

        Change function from BOX to SHADOW, drop hildon-like property.



Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-12 12:48:03 UTC (rev 9806)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-02-12 13:32:45 UTC (rev 9807)
@@ -1,5 +1,11 @@
 2007-02-12  Xan Lopez  <xan.lopez at nokia.com>
 
+	* rc/gtkentrycompletion.rc:
+	
+	Change function from BOX to SHADOW, drop hildon-like property.
+
+2007-02-12  Xan Lopez  <xan.lopez at nokia.com>
+
 	* rc/gtkcombobox.rc:
 	
 	Change GtkComboBoxEntry from BOX to SHADOW.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkentrycompletion.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkentrycompletion.rc	2007-02-12 12:48:03 UTC (rev 9806)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkentrycompletion.rc	2007-02-12 13:32:45 UTC (rev 9807)
@@ -9,8 +9,6 @@
 
 style "osso-completion-frame"
 {
-  GtkFrame::hildonlike = 1
-
   xthickness = 6
   ythickness = 6
 
@@ -19,7 +17,7 @@
       # Not quite sure if INSENSITIVE is and option for this widget
       image
         {
-	  function = BOX
+	  function = SHADOW
 	  state    = INSENSITIVE
 	  file     = "../images/qgn_plat_frame_disabled.png"
 	  border   = { 3, 3, 3, 3 }
@@ -27,7 +25,7 @@
 	}
       image
         {
-	  function = BOX
+	  function = SHADOW
 	  file     = "../images/qgn_plat_frame.png"
 	  border   = { 3, 3, 3, 3 }
 	  stretch  = TRUE


More information about the maemo-commits mailing list