stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=bf49c5dafdfea9ba8648983228be428765cb2147
commit bf49c5dafdfea9ba8648983228be428765cb2147 Author: Stefan Schmidt <[email protected]> Date: Mon Feb 1 22:48:33 2016 +0100 theme: make sure vertical_separated_bar_disabled.png lands in the dist tarball A ix for commit 186aeb42eb7e97c07a58a30aafbca5d05c4e2302 which introduced the image but did not made sure it gets shipped. --- data/themes/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 58d649c..3f664dd 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -648,6 +648,7 @@ img/vert_bar_inset.png \ img/vert_glow_run.png \ img/vert_glow_run_rev.png \ img/vertical_separated_bar_glow.png \ +img/vertical_separated_bar_disabled.png \ img/vgrad_med_curved.png \ img/vgrad_med_darker.png \ img/vgrad_med_dark.png \ --
