[blam/blam-1.8.10] Make 'planet' the default theme



commit ace269b5c3b2c4827956f5643c514e1e88222155
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Sat May 12 20:12:50 2012 +0200

    Make 'planet' the default theme

 src/Defines.cs.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Defines.cs.in b/src/Defines.cs.in
index e378db1..99bf300 100644
--- a/src/Defines.cs.in
+++ b/src/Defines.cs.in
@@ -20,7 +20,7 @@ namespace Imendio.Blam {
 	public static string THEME_DIR = APP_DATADIR + "/themes";
 	public static string PERSONAL_THEME_DIR = APP_HOMEDIR + "/themes";
 	// search for installed themes in APP_HOMEDIR/html ...   (mo)
-	public static string DEFAULT_THEME = THEME_DIR + "/blam";
+	public static string DEFAULT_THEME = THEME_DIR + "/planet";
 
 	public static string THEME_INDEX_NAME = "theme.html";
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]