maxerba pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=cac4c69f74dd27fcf0fe76696672f091ff34b81a
commit cac4c69f74dd27fcf0fe76696672f091ff34b81a Author: maxerba <[email protected]> Date: Sat Apr 18 09:54:14 2020 +0200 Fixed error message's lines stick each other --- src/bin/e_startup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_startup.c b/src/bin/e_startup.c index 2fd88ed7d..64c4ed2ca 100644 --- a/src/bin/e_startup.c +++ b/src/bin/e_startup.c @@ -168,7 +168,7 @@ _e_startup_event_cb(void *data, int ev_type EINA_UNUSED, void *ev) if ((e) && (e->error)) { fprintf(stderr, "E: efreet couldn't build cache\n"); - _e_startup_error_dialog("E: Efreetd cannot be connected to" + _e_startup_error_dialog("E: Efreetd cannot be connected to.<br>" "Please check:<br>" "$XDG_RUTIME_DIR/.ecore/efreetd/0<br>" "or<br>" @@ -193,7 +193,7 @@ static Eina_Bool _e_startup_time_exceeded(void *data EINA_UNUSED) { fprintf(stderr, "E: efreet didn't notify about cache update\n"); - _e_startup_error_dialog("E: Efreet did not update cache" + _e_startup_error_dialog("E: Efreet did not update cache.<br>" "Please check your Efreet setup.<br>" "Is efreetd running?<br>" "Can ~/.cache/efreet be written to?"); --
