tiling - ensure notification struct is 0'd before use

this should fix the last 3 crashdumps reported in T6023

@fix
This commit is contained in:
Carsten Haitzler 2017-09-19 07:55:27 +09:00 committed by Mike Blumenkrantz
parent 80f802276f
commit 09ef528897
1 changed files with 1 additions and 0 deletions

View File

@ -716,6 +716,7 @@ tiling_e_client_does_not_fit(E_Client *ec)
else
eina_strbuf_append(buf, "A Window cannot be tiled\n");
memset(&n, 0, sizeof(n));
n.app_name = _("Tiling");
n.icon.icon = "dialog-error";
n.summary = _("Window cannot be tiled");