From 0afccbf4e120f252fb2b082ccf5f49df3ff41625 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Wed, 22 Oct 2014 02:30:39 -0200 Subject: expedite-cxx: Just tag a comment so we can keep track of warts. --- src/bin/cxx/widgets_file_icons_4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { evas::image o1(efl::eo::parent = canvas); images.push_back(o1); - eo_do(o1._eo_ptr(), efl_file_set(build_path(icons[i % 13]), NULL)); + eo_do(o1._eo_ptr(), efl_file_set(build_path(icons[i % 13]), NULL)); // XXX o1.fill_set(0, 0, ICON_SIZE, ICON_SIZE); o1.evas::object::size_set(ICON_SIZE, ICON_SIZE); o1.visibility_set(true); -- cgit v1.2.1