[evolution/gnome-41] I#1783 - EShell not emitting activate signal



commit 8e7820ac8a3d7978cc9638a22fd109b91b24e67a
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jan 26 10:37:00 2022 +0100

    I#1783 - EShell not emitting activate signal
    
    This covers the case when a remote instance is running.
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1783

 src/shell/main.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/shell/main.c b/src/shell/main.c
index e154fba7af..d0e625a61e 100644
--- a/src/shell/main.c
+++ b/src/shell/main.c
@@ -631,6 +631,8 @@ main (gint argc,
        }
 
        if (g_application_get_is_remote (G_APPLICATION (shell))) {
+               g_application_activate (G_APPLICATION (shell));
+
                if (remaining_args && *remaining_args)
                        e_shell_handle_uris (shell, (const gchar * const *) remaining_args, import_uris);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]