netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=524e409b52b4fce1c159c99c29499da6d13d7fae

commit 524e409b52b4fce1c159c99c29499da6d13d7fae
Author: Alastair Poole <nets...@gmail.com>
Date:   Wed Sep 2 22:58:26 2020 +0100

    images: remove one...
    
    As nice as this one is...it doesn't work right...
    
    Sorry to eat up your disk space w/git history
---
 data/images/meson.build |   2 +-
 data/images/sky_05.jpg  | Bin 613287 -> 0 bytes
 src/bin/ui/ui_util.c    |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

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;
 

-- 


Reply via email to