aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/theme-engines/mb-wm-theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/theme-engines/mb-wm-theme.c')
-rw-r--r--matchbox/theme-engines/mb-wm-theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/theme-engines/mb-wm-theme.c b/matchbox/theme-engines/mb-wm-theme.c
index bc6b26f..c9c819b 100644
--- a/matchbox/theme-engines/mb-wm-theme.c
+++ b/matchbox/theme-engines/mb-wm-theme.c
@@ -66,7 +66,7 @@ mb_wm_theme_class_init (MBWMObjectClass *klass)
t_class->button_position = mb_wm_theme_simple_get_button_position;
t_class->create_decor = mb_wm_theme_simple_create_decor;
-#ifdef MBWM_WANT_DEBUG
+#if MBWM_WANT_DEBUG
klass->klass_name = "MBWMTheme";
#endif
}