This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 0f4b9239d93d3abb964684f45989f74fd04b99e8
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Sep 27 11:07:55 2023 +0100

    start adding more cmds from backend to alter view mode
---
 src/efm/efm_back_end.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/efm/efm_back_end.c b/src/efm/efm_back_end.c
index 989910f..0315aac 100644
--- a/src/efm/efm_back_end.c
+++ b/src/efm/efm_back_end.c
@@ -603,6 +603,12 @@ _cb_thread_notify(void *data, Ecore_Thread *th EINA_UNUSED, void *msg)
              cmd_free(c);
              c = NULL;
           }
+        else if (!strcmp(c->command, "viewmode-set"))
+          { // *** must call before list-begin
+          }
+        else if (!strcmp(c->command, "detail-header-set"))
+          { // *** must call before list-begin
+          }
         cprev = c;
      }
    eina_list_free(batch);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to