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 33d4914..014b0fd 100644
--- a/matchbox/theme-engines/mb-wm-theme.c
+++ b/matchbox/theme-engines/mb-wm-theme.c
@@ -1859,7 +1859,7 @@ mb_wm_theme_simple_paint_decor (MBWMTheme *theme, MBWMDecor *decor)
XFillRectangle (xdpy, dd->xpix, gc, 0, 0, w, h);
- if (d->show_title &&
+ if (d && d->show_title &&
(mb_wm_decor_get_type(decor) == MBWMDecorTypeNorth &&
(title = mb_wm_client_get_name (client))))
{