Make sure we return something so the handler keeps running.

SVN revision: 47615
This commit is contained in:
Christopher Michael 2010-03-30 23:45:31 +00:00
parent 6dfe7ded69
commit 792a38900d
1 changed files with 2 additions and 0 deletions

View File

@ -249,4 +249,6 @@ _cb_border_property(void *data, int type __UNUSED__, void *event)
else
e_icon_file_edje_set(icon, buff, "btn_icon");
e_widget_button_icon_set(inst->o_btn, icon);
return 1;
}