Whoops! Fix typo!

SVN revision: 43029
This commit is contained in:
titan 2009-10-11 23:11:01 +00:00 committed by titan
parent bbdb4b78cf
commit 69c9bca326
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ void show_flow_view(Eina_List *node, Eina_List *list)
}
void hide_flow_view(void)
{
evas_object_hide(em->flow);
edje_object_part_unswallow(em->bg, em->flow);
}