summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-08-30 14:22:52 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-08-30 14:22:52 -0500
commitc95de481724e1feda826e8ea2b73e53245654e51 (patch)
treebedf032edab949898311c00fe1d13e5e592e7b3c
parent0051676f4f2f7a0311eb10fabbe63ae8a5fbf857 (diff)
downloadepiphany-c95de481724e1feda826e8ea2b73e53245654e51.tar.gz
Revert "Override libdazzle's app menu"
This reverts commit 0051676f4f2f7a0311eb10fabbe63ae8a5fbf857. Christian fixed this in libdazzle
-rw-r--r--src/ephy-shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 3504aac9d..8b9c2a19e 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -395,9 +395,6 @@ ephy_shell_startup (GApplication *application)
G_APPLICATION_CLASS (ephy_shell_parent_class)->startup (application);
- /* DzlApplicationMenu sets its own app menu. Override it. */
- gtk_application_set_app_menu (GTK_APPLICATION (application), NULL);
-
/* We're not remoting; start our services */
g_signal_connect (ephy_embed_shell_get_web_context (embed_shell),
"download-started",