Blob Blame History Raw
diff -Nur xfwm4-4.5.92.orig/src/parserc.c xfwm4-4.5.92/src/parserc.c
--- xfwm4-4.5.92.orig/src/parserc.c	2008-11-11 15:54:25.000000000 -0700
+++ xfwm4-4.5.92/src/parserc.c	2008-12-30 15:24:26.000000000 -0700
@@ -36,7 +36,7 @@
 #include "parserc.h"
 
 #ifndef DEFAULT_THEME
-#define DEFAULT_THEME "Default"
+#define DEFAULT_THEME "Nodoka"
 #endif
 
 #define TOINT(x)                (x ? atoi(x) : 0)