again, as I wrote previously: why did change the signal names? this is not expected to happen :-(
On Tue, Feb 25, 2014 at 3:27 AM, Sanjeev BA <[email protected]> wrote: > seoz pushed a commit to branch master. > > http://git.enlightenment.org/apps/enjoy.git/commit/?id=15c94f05c7e2f3f23a72fd67f2754f3d5ce34278 > > commit 15c94f05c7e2f3f23a72fd67f2754f3d5ce34278 > Author: Sanjeev BA <[email protected]> > Date: Tue Feb 25 14:57:47 2014 +0900 > > Fix back callback function. > > Signed-off-by: Sanjeev BA <[email protected]> > --- > src/bin/page.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/src/bin/page.c b/src/bin/page.c > index 1e9b201..72f02d8 100644 > --- a/src/bin/page.c > +++ b/src/bin/page.c > @@ -7,7 +7,7 @@ > * TODO: > * - create page_folder that contains something other than songs, click one > * should create a new page, stack it into the parent list and recurse. > - * - add suffle action for page_songs > + * - add shuffle action for page_songs > */ > > /* number of songs to populate at once before going back to mainloop */ > @@ -347,10 +347,13 @@ _page_add(Evas_Object *parent, void *model, > Eina_Iterator *it, const char *title > elm_object_part_content_set(page->layout, "elm.swallow.content", > page->layout_list); > edje_object_part_text_set(page->edje, > "elm.text.title", page->title); > - edje_object_signal_callback_add(page->edje, "elm,action,back", "", > + > + edje_object_signal_callback_add(page->edje, "clicked", "back", > _page_action_back, page); > - edje_object_signal_callback_add(page->edje, "elm,action,next", "", > + edje_object_signal_callback_add(page->edje, "clicked", "next", > _page_action_next, page); > + > + > param.type = EDJE_EXTERNAL_PARAM_TYPE_STRING; > param.name = "label"; > param.s = "Playing"; > > -- > > -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (19) 9225-2202 Contact: http://www.gustavobarbieri.com.br/contact ------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
