summaryrefslogtreecommitdiffstats
path: root/abs/core/enlightenment/disableStartMsg.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-04-20 16:05:25 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-04-20 16:05:25 (GMT)
commit70f1b7bcacb0c337ac8fcda52cf9488305538235 (patch)
tree59796d3e4c02a89c8d383b191ab766f6fab9e59c /abs/core/enlightenment/disableStartMsg.patch
parent5e2efed5fda6a8752272c52cfff0d4769c6e46dd (diff)
downloadlinhes_pkgbuild-70f1b7bcacb0c337ac8fcda52cf9488305538235.zip
linhes_pkgbuild-70f1b7bcacb0c337ac8fcda52cf9488305538235.tar.gz
linhes_pkgbuild-70f1b7bcacb0c337ac8fcda52cf9488305538235.tar.bz2
enlightenment: update to 1.0.18
add patch to remove starting message
Diffstat (limited to 'abs/core/enlightenment/disableStartMsg.patch')
-rw-r--r--abs/core/enlightenment/disableStartMsg.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core/enlightenment/disableStartMsg.patch b/abs/core/enlightenment/disableStartMsg.patch
new file mode 100644
index 0000000..b9c037a
--- /dev/null
+++ b/abs/core/enlightenment/disableStartMsg.patch
@@ -0,0 +1,13 @@
+--- src/config.c.orig 2017-04-19 18:38:43.695152796 +0000
++++ src/config.c 2017-04-19 18:41:05.296440791 +0000
+@@ -612,8 +612,8 @@
+
+ if ((i > 1) && (!p))
+ {
+- p = ProgressbarCreate(_("Enlightenment Starting..."), 400,
+- 16);
++ /*p = ProgressbarCreate(_("Enlightenment Starting..."), 400,
++ 16); */
+ if (p)
+ ProgressbarShow(p);
+ }