aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extantz/extantz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c
index 07e6502..ed92753 100644
--- a/src/extantz/extantz.c
+++ b/src/extantz/extantz.c
@@ -679,7 +679,6 @@ EAPI_MAIN int elm_main(int argc, char **argv)
679 snprintf(buf, sizeof(buf), "%s/sky_03.jpg", prefix_data_get()); 679 snprintf(buf, sizeof(buf), "%s/sky_03.jpg", prefix_data_get());
680 ourGlobals.mainWindow->bg = eo_add(ELM_BG_CLASS, ourGlobals.mainWindow->win, 680 ourGlobals.mainWindow->bg = eo_add(ELM_BG_CLASS, ourGlobals.mainWindow->win,
681 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, EVAS_HINT_EXPAND), 681 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, EVAS_HINT_EXPAND),
682 elm_obj_image_fill_outside_set(EINA_TRUE),
683 efl_file_set(buf, NULL), 682 efl_file_set(buf, NULL),
684 efl_gfx_visible_set(EINA_TRUE) 683 efl_gfx_visible_set(EINA_TRUE)
685 ); 684 );