null check in e desklock

SVN revision: 72133
This commit is contained in:
Mike Blumenkrantz 2012-06-14 13:27:49 +00:00
parent e370e80c7d
commit 3f1cb52ea4
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ e_desklock_hide(void)
return;
}
if (!edd) return;
if (edd->elock_grab_break_wnd)
ecore_x_window_show(edd->elock_grab_break_wnd);