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 0173400f7a1b34ea22e7c7a279cb030c44b7568c
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Sun Feb 8 13:17:27 2026 +0000

    typebuf - make generic desktop arg complete work
---
 src/backends/default/open.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/backends/default/open.c b/src/backends/default/open.c
index adc6906..2ffeb91 100644
--- a/src/backends/default/open.c
+++ b/src/backends/default/open.c
@@ -1868,6 +1868,17 @@ do_handle_cmd(Cmd *c)
                             }
                         }
                     }
+                  else if ((op) && (!strcmp(op, "complete")))
+                    {
+                      if (args[1])
+                        {
+                          Eina_Strbuf *strbuf = cmd_strbuf_new("typebuf-set");
+                          if (_complete_last_arg_path_cmd(args, strbuf,
+                                                          "string"))
+                            cmd_strbuf_print_consume(strbuf);
+                          else eina_strbuf_free(strbuf);
+                        }
+                    }
                   efreet_desktop_free(d);
                 }
             }

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

Reply via email to