Blob Blame History Raw
--- src/Defines.cs.in.old	2007-05-30 22:04:49.000000000 -0700
+++ src/Defines.cs.in	2007-05-30 22:05:23.000000000 -0700
@@ -20,7 +20,7 @@
 	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 + "/blam";
 
 	public static string THEME_INDEX_NAME = "theme.html";
     }