Assign the file url to the file path
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 24 Aug 2012 08:20:27 +0000 (17:20 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 24 Aug 2012 08:20:27 +0000 (17:20 +0900)
commit63989652b52d37c109c669ef1ae3c37e37c7a6ec
treed836d2f9a69a49e81fd2a7fb3a57aef5de1bc1ab
parent6ac456ff12e408af28d5ef6624c948e5236caaca
Assign the file url to the file path

[Issue] Internal bug in RSA binary

[Problem] The file sending is fail in the file viewer

[Cause] In file view, store the file path without URL info. (file://)
        So we get the file path to NULL using g_filename_from_uri

[Solution] 1. Request to add URL info (To the viewer part)
           2. Add the protect codes in our code
debian/changelog
packaging/ug-bluetooth-efl.spec
src/ui/bt-main-view.c