my last commit was a failure. this commit is somewhat less of a failure.

SVN revision: 73486
This commit is contained in:
Mike Blumenkrantz 2012-07-09 07:47:54 +00:00
parent b7ff56ba86
commit 6e0ddd773a
1 changed files with 4 additions and 4 deletions

View File

@ -430,16 +430,16 @@ e_desklock_hide(void)
if ((!edd) && (!_e_custom_desklock_exe)) return; if ((!edd) && (!_e_custom_desklock_exe)) return;
ev = E_NEW(E_Event_Desklock, 1);
ev->on = 0;
ecore_event_add(E_EVENT_DESKLOCK, ev, NULL, NULL);
if (e_config->desklock_use_custom_desklock) if (e_config->desklock_use_custom_desklock)
{ {
_e_custom_desklock_exe = NULL; _e_custom_desklock_exe = NULL;
return; return;
} }
ev = E_NEW(E_Event_Desklock, 1);
ev->on = 0;
ecore_event_add(E_EVENT_DESKLOCK, ev, NULL, NULL);
if (!edd) return; if (!edd) return;
if (edd->elock_grab_break_wnd) if (edd->elock_grab_break_wnd)
ecore_x_window_show(edd->elock_grab_break_wnd); ecore_x_window_show(edd->elock_grab_break_wnd);