From e1a528ac2dcd7cd7ede8363837add88a0cd1d44e Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 30 Jul 2019 11:46:10 +0100 Subject: [PATCH] wiz - turn off taskbar by default due to ibar doing this already --- src/modules/wizard/page_180.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/modules/wizard/page_180.c b/src/modules/wizard/page_180.c index 4d87cfbda..4245a0c5e 100644 --- a/src/modules/wizard/page_180.c +++ b/src/modules/wizard/page_180.c @@ -2,7 +2,7 @@ #include "e_wizard.h" #include "e_wizard_api.h" -static Eina_Bool do_tasks = 1; +static Eina_Bool do_tasks = 0; /* E_API int wizard_page_init(E_Wizard_Page *pg EINA_UNUSED, Eina_Bool *need_xdg_desktops EINA_UNUSED, Eina_Bool *need_xdg_icons EINA_UNUSED) @@ -36,7 +36,9 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED) elm_box_pack_end(o, ob); elm_object_text_set(ob, _("A taskbar can be added to" - "show open windows and applications." + "show open windows and applications." + "The IBar launcher already can do this," + "so this is in addition to that." ) );