Elm toggle: wd->hidden is already toggled within _toggle_panel.

Patch by Jérémy Zurcher

SVN revision: 59278
This commit is contained in:
Tom Hacohen 2011-05-08 12:50:16 +00:00
parent 39eda2271c
commit 99215c4a53
1 changed files with 0 additions and 1 deletions

View File

@ -484,6 +484,5 @@ elm_panel_toggle(Evas_Object *obj)
ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
wd->hidden = !(wd->hidden);
_toggle_panel(obj, NULL, "elm,action,panel,toggle", "*");
}