diff options
author | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-10-15 15:26:22 +0200 |
---|---|---|
committer | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-10-16 11:02:12 +0200 |
commit | e25d494590bbf9e8d7655ca5252c9261f6b8c255 (patch) | |
tree | 1a4d3f7db6e2287bea9fd662ffa3be1efa9670c9 /src/lib/elementary/elm_widget.h | |
parent | 4edba079c4f4d9c287c6284cd65ca3731cac6a6c (diff) |
elm_widget: do not cache the provider
if turns out that caching the provider here is a problem, since a parent
changing does not change the provided provider
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index 4f2f0df6a6..e6feb1eedf 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -416,7 +416,6 @@ typedef struct _Elm_Widget_Smart_Data | |||
416 | Eina_Inlist *translate_strings; | 416 | Eina_Inlist *translate_strings; |
417 | Eina_List *focus_chain; | 417 | Eina_List *focus_chain; |
418 | Eina_List *event_cb; | 418 | Eina_List *event_cb; |
419 | Eo *provider; | ||
420 | /* this is a hook to be set on-the-fly on widgets. this is code | 419 | /* this is a hook to be set on-the-fly on widgets. this is code |
421 | * handling the request of showing a specific region from an inner | 420 | * handling the request of showing a specific region from an inner |
422 | * widget (mainly issued by entries, on cursor moving) */ | 421 | * widget (mainly issued by entries, on cursor moving) */ |