diff --git a/data/images/meson.build b/data/images/meson.build index 171cd0c..89c4cc7 100644 --- a/data/images/meson.build +++ b/data/images/meson.build @@ -7,6 +7,6 @@ install_data('go-up.png', 'go-down.png', 'find.png', 'bug.png', 'exit.png', 'cpu.png', 'memory.png', 'storage.png', 'misc.png', 'sky_01.jpg', 'sky_02.jpg', 'sky_03.jpg', - 'sky_04.jpg', 'sky_05.jpg', 'effects.png', + 'sky_04.jpg', 'effects.png', 'clo.png', 'bolt.png', 'menu.png', install_dir: join_paths(dir_data, 'evisum/images')) diff --git a/data/images/sky_05.jpg b/data/images/sky_05.jpg deleted file mode 100644 index 23bd8a1..0000000 Binary files a/data/images/sky_05.jpg and /dev/null differ diff --git a/src/bin/ui/ui_util.c b/src/bin/ui/ui_util.c index 6b45d83..e3e8a88 100644 --- a/src/bin/ui/ui_util.c +++ b/src/bin/ui/ui_util.c @@ -382,7 +382,7 @@ evisum_ui_background_random_add(Evas_Object *win, Eina_Bool enabled) { Evas_Object *bg; int i; - char *images[] = { "sky_01", "sky_02", "sky_03", "sky_04", "sky_05" }; + char *images[] = { "sky_01", "sky_02", "sky_03", "sky_04" }; if (!enabled) return NULL;