'everything' update actions view when subject item changed

SVN revision: 47681
This commit is contained in:
Hannes Janetzek 2010-04-02 06:12:33 +00:00
parent 98c86b1083
commit 01756e0012
1 changed files with 9 additions and 0 deletions

View File

@ -907,6 +907,15 @@ _evry_selector_update(Evry_Selector *sel)
{
_evry_selector_actions_get(it);
_evry_selector_update(selectors[1]);
if (selector == selectors[1] && selector->state)
{
s = selector->state;
if (s->view)
s->view->update(s->view);
else
_evry_view_update(s, NULL);
}
}
}