elc_fileselector: Moved some initialization of list_itc/grid_itc from smart_add to...
authorRyuan Choi <ryuan.choi@gmail.com>
Thu, 17 Oct 2013 23:11:10 +0000 (08:11 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Thu, 17 Oct 2013 23:11:10 +0000 (08:11 +0900)
commitfa2b33e4e448b387ef47fb775e87fe3d404624f2
treee37e703545ca1da169b6be0971f0db6acf513dbd
parente02d3b03cb9dacfceebf9291afff9b10d1350d0f
elc_fileselector: Moved some initialization of list_itc/grid_itc from smart_add to constructor.

Since a305c127, list_itc and grid_itc initialization was moved to constructor of file selector class.
But some parts of them are remained in _elm_fileselector_smart_add() by my mistake.
src/lib/elc_fileselector.c