[maemo-commits] [maemo-commits] r8328 - in projects/haf/trunk/maemo-theme-layout-3: . rc scripts

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Mon Nov 27 13:14:12 EET 2006
Author: mdk
Date: 2006-11-27 13:14:10 +0200 (Mon, 27 Nov 2006)
New Revision: 8328

Modified:
   projects/haf/trunk/maemo-theme-layout-3/ChangeLog
   projects/haf/trunk/maemo-theme-layout-3/rc/gtkrc.maemo_af_desktop
   projects/haf/trunk/maemo-theme-layout-3/rc/gtktreeview
   projects/haf/trunk/maemo-theme-layout-3/rc/hildonnavigatorpopuplist
   projects/haf/trunk/maemo-theme-layout-3/scripts/hildon-theme-install-3.in
Log:
Removing the gtkrc include from maemoafdesktop rc file.
Removing themespecific includes. 
Fixing the installation paths.


Modified: projects/haf/trunk/maemo-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/ChangeLog	2006-11-27 11:07:13 UTC (rev 8327)
+++ projects/haf/trunk/maemo-theme-layout-3/ChangeLog	2006-11-27 11:14:10 UTC (rev 8328)
@@ -1,3 +1,13 @@
+2006-11-27  Michael Dominic K.  <mdk at mdk.am> 
+
+	* rc/gtkrc.maemo_af_desktop: Removing the gtkrc include.
+
+	* rc/gtktreeview: Removing themespecific include.
+
+	* rc/hildonnavigatorpopuplist: Removing themespecific include.
+
+	* scripts/hildon-theme-install-3.in: Fixing the installation paths.
+
 2006-11-22  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* rc/Makefile.am: Adding the mediaplayer styles.

Modified: projects/haf/trunk/maemo-theme-layout-3/rc/gtkrc.maemo_af_desktop
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/rc/gtkrc.maemo_af_desktop	2006-11-27 11:07:13 UTC (rev 8327)
+++ projects/haf/trunk/maemo-theme-layout-3/rc/gtkrc.maemo_af_desktop	2006-11-27 11:14:10 UTC (rev 8328)
@@ -1,6 +1,6 @@
 #
 # Adding all non-maemo_af_desktop widgets into maemo_af_desktop 
-include "gtkrc"
+# include "gtkrc"
 
 # Adding maemo_af_desktop specific widgets 
 include "hildonhome"

Modified: projects/haf/trunk/maemo-theme-layout-3/rc/gtktreeview
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/rc/gtktreeview	2006-11-27 11:07:13 UTC (rev 8327)
+++ projects/haf/trunk/maemo-theme-layout-3/rc/gtktreeview	2006-11-27 11:14:10 UTC (rev 8328)
@@ -1,5 +1,4 @@
 # Theming for both GtkTreeView and GtkListView.
-include "themespecificgtk"
 
 style "osso-listview" = "osso-logical-colors"
 {

Modified: projects/haf/trunk/maemo-theme-layout-3/rc/hildonnavigatorpopuplist
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/rc/hildonnavigatorpopuplist	2006-11-27 11:07:13 UTC (rev 8327)
+++ projects/haf/trunk/maemo-theme-layout-3/rc/hildonnavigatorpopuplist	2006-11-27 11:14:10 UTC (rev 8328)
@@ -1,5 +1,4 @@
 # Hildon Navigator Popup List
-include "themespecificgtk"
 
 class "GtkWidget" style "osso-logical-colors"
 

Modified: projects/haf/trunk/maemo-theme-layout-3/scripts/hildon-theme-install-3.in
===================================================================
--- projects/haf/trunk/maemo-theme-layout-3/scripts/hildon-theme-install-3.in	2006-11-27 11:07:13 UTC (rev 8327)
+++ projects/haf/trunk/maemo-theme-layout-3/scripts/hildon-theme-install-3.in	2006-11-27 11:14:10 UTC (rev 8328)
@@ -1,4 +1,3 @@
 #! /bin/sh
 
-prefix=@prefix@
-exec hildon-theme-install --layout @datadir@/hildon-theme-layout-3/ "$@"
+exec hildon-theme-install --layout @prefix@/share/hildon-theme-layout-3/ "$@"


More information about the maemo-commits mailing list