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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 14 15:31:05 EEST 2007
Author: mdk
Date: 2007-09-14 15:31:04 +0300 (Fri, 14 Sep 2007)
New Revision: 13819

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc
Log:
Use different graphics for the drop indicator, fixes NB#66333.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-14 11:48:48 UTC (rev 13818)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-14 12:31:04 UTC (rev 13819)
@@ -1,3 +1,8 @@
+2007-09-14  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/gtktreeview.rc: Use different graphics for the drop indicator, fixes
+	NB#66333.
+
 2007-09-14  Tuomas Kuosmanen  <tuomas.kuosmanen at nokia.com>
 
 	* rc/hildonseekbar.rc, data/layout.txt: fixed the seekbar border

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc	2007-09-14 11:48:48 UTC (rev 13818)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtktreeview.rc	2007-09-14 12:31:04 UTC (rev 13819)
@@ -274,21 +274,21 @@
     {
       function = FOCUS
       detail = "treeview-drop-indicator-left"
-      file = "../images/qgn_plat_focus_left_active.png"
+      file = "../images/qgn_plat_focus_left_selection_cursor.png"
       border = { 2, 0, 2, 2 }
     }
     image
     {
       function = FOCUS
       detail = "treeview-drop-indicator-middle"
-      file = "../images/qgn_plat_focus_middle_active.png"
+      file = "../images/qgn_plat_focus_middle_selection_cursor.png"
       border = { 0, 0, 2, 2 }
     }
     image
     {
       function = FOCUS
       detail = "treeview-drop-indicator-right"
-      file = "../images/qgn_plat_focus_right_active.png"
+      file = "../images/qgn_plat_focus_right_selection_cursor.png"
       border = { 0, 2, 2, 2 }
     }
     image


More information about the maemo-commits mailing list