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
This commit is contained in:
Milan Crha
2022-01-26 10:37:00 +01:00
parent 8dfcdb605c
commit 8e7820ac8a

View File

@ -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);