2012/5/16 Enlightenment SVN <no-re...@enlightenment.org>

> Log:
> Elm fileselector_button: Fixed a bug when choosing a file.
>
> Author:       tasn
> Date:         2012-05-16 05:12:34 -0700 (Wed, 16 May 2012)
> New Revision: 71165
> Trac:         http://trac.enlightenment.org/e/changeset/71165
>
>
Changelog? Backport?  no?
davemds



> Modified:
>  trunk/elementary/src/lib/elc_fileselector_button.c
>
> Modified: trunk/elementary/src/lib/elc_fileselector_button.c
> ===================================================================
> --- trunk/elementary/src/lib/elc_fileselector_button.c  2012-05-16
> 11:57:46 UTC (rev 71164)
> +++ trunk/elementary/src/lib/elc_fileselector_button.c  2012-05-16
> 12:12:34 UTC (rev 71165)
> @@ -107,7 +107,7 @@
>    evas_object_del(del);
>
>    evas_object_smart_callback_call
> -     (ELM_WIDGET_DATA(sd)->obj, SIG_FILE_CHOSEN, (void *)sd->fsd.path);
> +     (ELM_WIDGET_DATA(sd)->obj, SIG_FILE_CHOSEN, file);
>  }
>
>  static Evas_Object *
>
>
>
> ------------------------------------------------------------------------------
> 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

Reply via email to