[epiphany] ephy-shell: Omit portal helper from Pantheon environment
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-shell: Omit portal helper from Pantheon environment
- Date: Fri, 13 Aug 2021 19:55:37 +0000 (UTC)
commit 5031aa63cf26b763ae0b75b3636c5b926211a14a
Author: Cassidy James Blaede <c ssidyjam es>
Date: Thu Aug 12 21:27:33 2021 +0000
ephy-shell: Omit portal helper from Pantheon environment
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1006>
src/ephy-shell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 56e3de9a1..d7d705bcf 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -635,7 +635,7 @@ ephy_shell_activate (GApplication *application)
EphyShell *shell = EPHY_SHELL (application);
EphyEmbedShell *embed_shell = EPHY_EMBED_SHELL (shell);
- if (!is_desktop_gnome ()) {
+ if (!is_desktop_gnome () && !is_desktop_pantheon ()) {
g_signal_connect (ephy_shell_get_net_monitor (shell), "notify::connectivity", G_CALLBACK
(connectivity_changed), shell);
portal_check (shell);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]