elm fileselector: fix legacy methods for Entry and Button
authorVitor Sousa <vitorsousasilva@gmail.com>
Thu, 15 Sep 2016 00:02:15 +0000 (21:02 -0300)
committerVitor Sousa <vitorsousasilva@gmail.com>
Thu, 15 Sep 2016 00:04:00 +0000 (21:04 -0300)
commit35ecfcd65014b0d05f20f1c0a18c299cbebd7429
treed6bb8f5d40477e7a82074529f755307c3a1b1361
parent93d7b480fd390603b1d9f1b3779449d56c337fc1
elm fileselector: fix legacy methods for Entry and Button

Some legacy functions that works with string paths were not redirecting for
the correct code when called with Elm.Fileselector.Button or
Elm.Fileselector.Entry.
This commit fixes this problem.

@fix
src/lib/elementary/elc_fileselector.c
src/lib/elementary/elc_fileselector_button.c
src/lib/elementary/elc_fileselector_entry.c
src/lib/elementary/elm_interface_fileselector.h
src/lib/elementary/elm_widget_fileselector_button.h