gaaaarh! long standing shelf bug - dont emit signal to right obvject

for orientation of shelf gadget frame! fix!



SVN revision: 78368
This commit is contained in:
Carsten Haitzler 2012-10-23 14:20:19 +00:00
parent 9d544640ed
commit 6ce5bb59ef
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ _e_shelf_gadcon_frame_request(void *data, E_Gadcon_Client *gcc, const char *styl
}
snprintf(buf, sizeof(buf), "e,state,orientation,%s",
e_shelf_orient_string_get(es));
edje_object_signal_emit(es->o_base, buf, "e");
edje_object_signal_emit(o, buf, "e");
edje_object_message_signal_process(o);
return o;
}