Not sure what happened here, but elm_widget_display_only_get does not

exist. Comment out function call until this gets sorted, so @ least
elm will build. Did nobody compile this before commit again ??? :(



SVN revision: 53439
This commit is contained in:
Christopher Michael 2010-10-15 10:32:29 +00:00
parent d552f7cc56
commit 340d0f2a22
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ _event_hook(Evas_Object *obj, Evas_Object *src __UNUSED__, Evas_Callback_Type ty
if (!wd) return EINA_FALSE;
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return EINA_FALSE;
if (elm_widget_disabled_get(obj)) return EINA_FALSE;
if (elm_widget_display_only_get(obj)) return EINA_FALSE;
// if (elm_widget_display_only_get(obj)) return EINA_FALSE;
Elm_Genlist_Item *it = NULL;
Evas_Coord x = 0;