[evolution] I#1783 - EShell not emitting activate signal
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#1783 - EShell not emitting activate signal
- Date: Wed, 26 Jan 2022 09:38:15 +0000 (UTC)
commit d9279e5e7126696ea398e628d12c7a7c7c52bde2
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]