aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/theme-engines/mb-wm-theme-png.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/theme-engines/mb-wm-theme-png.c')
-rw-r--r--matchbox/theme-engines/mb-wm-theme-png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchbox/theme-engines/mb-wm-theme-png.c b/matchbox/theme-engines/mb-wm-theme-png.c
index c612320..6daa0da 100644
--- a/matchbox/theme-engines/mb-wm-theme-png.c
+++ b/matchbox/theme-engines/mb-wm-theme-png.c
@@ -55,7 +55,7 @@ mb_wm_theme_png_class_init (MBWMObjectClass *klass)
t_class->create_decor = mb_wm_theme_png_create_decor;
t_class->resize_decor = mb_wm_theme_png_resize_decor;
-#ifdef MBWM_WANT_DEBUG
+#if MBWM_WANT_DEBUG
klass->klass_name = "MBWMThemePng";
#endif
}