Blame blam-fix-THEME_DIR-path.patch

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