netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=fe73e52897d2899c740b1d94647e59e6ebb64251

commit fe73e52897d2899c740b1d94647e59e6ebb64251
Author: Alastair Poole <[email protected]>
Date:   Sat Apr 18 13:41:41 2020 +0100

    ui: warn
---
 src/bin/ui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui.c b/src/bin/ui.c
index 6364760..6da85d5 100644
--- a/src/bin/ui.c
+++ b/src/bin/ui.c
@@ -1576,7 +1576,7 @@ _item_menu_create(Ui *ui, Proc_Info *proc)
 
    stopped = !!strcmp(proc->state, "stop");
 
-   menu_main = menu_it = elm_menu_item_add(menu, NULL, 
_icon_path_get("window"), proc->command, NULL, NULL);
+   menu_it = elm_menu_item_add(menu, NULL, _icon_path_get("window"), 
proc->command, NULL, NULL);
    menu_it2 = elm_menu_item_add(menu, menu_it, _icon_path_get("start"), 
"Start", _item_menu_start_cb, proc);
    if (stopped) elm_object_item_disabled_set(menu_it2, EINA_TRUE);
    menu_it2 = elm_menu_item_add(menu, menu_it, _icon_path_get("stop"), "Stop", 
_item_menu_stop_cb, proc);

-- 


Reply via email to