elm_win: fix typo leading to segv.

This commit is contained in:
Cedric Bail 2013-05-03 19:23:53 +09:00
parent c929b33052
commit 1323fcc062
1 changed files with 1 additions and 1 deletions

View File

@ -2041,7 +2041,7 @@ _elm_win_property_change(void *data,
int type __UNUSED__,
void *event)
{
Elm_Win_Smart_Data *sd = data;
ELM_WIN_DATA_GET(data, sd);
Ecore_X_Event_Window_Property *e = event;
if (e->atom == ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE)