From cac4c69f74dd27fcf0fe76696672f091ff34b81a Mon Sep 17 00:00:00 2001 From: maxerba Date: Sat, 18 Apr 2020 09:54:14 +0200 Subject: [PATCH] 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.
" "Please check:
" "$XDG_RUTIME_DIR/.ecore/efreetd/0
" "or
" @@ -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.
" "Please check your Efreet setup.
" "Is efreetd running?
" "Can ~/.cache/efreet be written to?");