Blame blam-fix-THEME_DIR-path.patch

e1fa466
--- src/Defines.cs.in.old	2007-05-30 22:04:49.000000000 -0700
e1fa466
+++ src/Defines.cs.in	2007-05-30 22:05:23.000000000 -0700
e1fa466
@@ -20,7 +20,7 @@
e1fa466
 	public static string THEME_DIR = APP_DATADIR + "/themes";
e1fa466
 	public static string PERSONAL_THEME_DIR = APP_HOMEDIR + "/themes";
e1fa466
 	// search for installed themes in APP_HOMEDIR/html ...   (mo)
e1fa466
-	public static string DEFAULT_THEME = THEME_DIR + "blam";
e1fa466
+	public static string DEFAULT_THEME = THEME_DIR + "/blam";
e1fa466
 
e1fa466
 	public static string THEME_INDEX_NAME = "theme.html";
e1fa466
     }