Arghh, sorry, my fault. Ok, now we are destroying the 1.0 branch! also your fix is wrong :(
atm this code is working only because Listing_Request struct and Widget_Request struct have the same first field (Widget_Data), but the void* is wrong! we are accessing Widget_Request->wd instead of Listing_Request->sd. I think we should revert both commit and don't make this backport again. no? davemds 2012/5/14 Enlightenment SVN <no-re...@enlightenment.org> > Log: > elementary: fix backport 70967 and close bug #1008. > > > Author: cedric > Date: 2012-05-13 17:25:09 -0700 (Sun, 13 May 2012) > New Revision: 70980 > Trac: http://trac.enlightenment.org/e/changeset/70980 > > Modified: > branches/elementary-1.0/src/lib/elc_fileselector.c > > Modified: branches/elementary-1.0/src/lib/elc_fileselector.c > =================================================================== > --- branches/elementary-1.0/src/lib/elc_fileselector.c 2012-05-14 > 00:12:17 UTC (rev 70979) > +++ branches/elementary-1.0/src/lib/elc_fileselector.c 2012-05-14 > 00:25:09 UTC (rev 70980) > @@ -71,6 +71,17 @@ > Eina_Bool first : 1; > }; > > +typedef struct _Listing_Request Listing_Request; > +struct _Listing_Request > +{ > + Widget_Data *sd; > + Elm_Object_Item *parent_it; > + > + Evas_Object *obj; > + const char *path; > + Eina_Bool first : 1; > +}; > + > typedef enum { > ELM_DIRECTORY = 0, > ELM_FILE_IMAGE = 1, > > > > ------------------------------------------------------------------------------ > 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 > enlightenment-...@lists.sourceforge.net > 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 enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel