diff options
Diffstat (limited to 'src/bin/cxx/widgets_file_icons_4.cc')
-rw-r--r-- | src/bin/cxx/widgets_file_icons_4.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/cxx/widgets_file_icons_4.cc b/src/bin/cxx/widgets_file_icons_4.cc index 49e00cf..5328418 100644 --- a/src/bin/cxx/widgets_file_icons_4.cc +++ b/src/bin/cxx/widgets_file_icons_4.cc | |||
@@ -51,7 +51,7 @@ static void _setup(void) | |||
51 | { | 51 | { |
52 | evas::image o1(efl::eo::parent = canvas); | 52 | evas::image o1(efl::eo::parent = canvas); |
53 | images.push_back(o1); | 53 | images.push_back(o1); |
54 | eo_do(o1._eo_ptr(), efl_file_set(build_path(icons[i % 13]), NULL)); | 54 | eo_do(o1._eo_ptr(), efl_file_set(build_path(icons[i % 13]), NULL)); // XXX |
55 | o1.fill_set(0, 0, ICON_SIZE, ICON_SIZE); | 55 | o1.fill_set(0, 0, ICON_SIZE, ICON_SIZE); |
56 | o1.evas::object::size_set(ICON_SIZE, ICON_SIZE); | 56 | o1.evas::object::size_set(ICON_SIZE, ICON_SIZE); |
57 | o1.visibility_set(true); | 57 | o1.visibility_set(true); |