From 6ce5bb59ef59c4eadb26bc11527f2107e18d1529 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 23 Oct 2012 14:20:19 +0000 Subject: [PATCH] gaaaarh! long standing shelf bug - dont emit signal to right obvject for orientation of shelf gadget frame! fix! SVN revision: 78368 --- src/bin/e_shelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index 48ccc668d..ac91374f5 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -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; }