diff options
Diffstat (limited to 'abs/core/enlightenment/disableStartMsg.patch')
-rw-r--r-- | abs/core/enlightenment/disableStartMsg.patch | 13 |
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); + } |