changelog please. and for the backport as well. On May 22, 2012 7:33 PM, "Enlightenment SVN" <[email protected]> wrote:
> Log: > The parent of elm_menu_add shouldn't be a edje object. > > > Author: jaehwan > Date: 2012-05-22 03:33:14 -0700 (Tue, 22 May 2012) > New Revision: 71314 > Trac: http://trac.enlightenment.org/e/changeset/71314 > > Modified: > trunk/elementary/src/lib/elm_toolbar.c > > Modified: trunk/elementary/src/lib/elm_toolbar.c > =================================================================== > --- trunk/elementary/src/lib/elm_toolbar.c 2012-05-22 10:28:15 UTC > (rev 71313) > +++ trunk/elementary/src/lib/elm_toolbar.c 2012-05-22 10:33:14 UTC > (rev 71314) > @@ -576,7 +576,7 @@ > static void > _item_menu_create(Widget_Data *wd, Elm_Toolbar_Item *item) > { > - item->o_menu = elm_menu_add(VIEW(item)); > + item->o_menu = elm_menu_add(WIDGET(item)); > item->menu = EINA_TRUE; > if (wd->menu_parent) > elm_menu_parent_set(item->o_menu, wd->menu_parent); > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
