ibar: Add NULL parent (for now) to call of e_entry_dialog_show function

This commit is contained in:
Christopher Michael 2021-01-20 12:38:43 -05:00
parent 89db85e4e7
commit ce4a7f5d8c
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ _cb_add(void *data, void *data2 EINA_UNUSED)
E_Config_Dialog_Data *cfdata;
cfdata = data;
e_entry_dialog_show(_("Create new IBar source"), "enlightenment",
e_entry_dialog_show(NULL, _("Create new IBar source"), "enlightenment",
_("Enter a name for this new source:"), "", NULL, NULL,
_cb_entry_ok, NULL, cfdata);
}