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