[geary/geary-0.13] Merge branch 'wip/236-return-of-the-menubar' into 'master'
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/geary-0.13] Merge branch 'wip/236-return-of-the-menubar' into 'master'
- Date: Tue, 19 Feb 2019 03:19:27 +0000 (UTC)
commit 0f5ee3edd328b74160f1cf12f39d04d68963ab0f
Author: Michael Gratton <mike vee net>
Date: Tue Feb 19 03:18:25 2019 +0000
Merge branch 'wip/236-return-of-the-menubar' into 'master'
Fix the MainWindow's menu bar showing up again
Closes #236
See merge request GNOME/geary!115
(cherry picked from commit 963882d816e128db9eb03409d1ba640c8a66d238)
b69fec86 Fix the MainWindow's menu bar showing up again.
src/client/components/main-window.vala | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/client/components/main-window.vala b/src/client/components/main-window.vala
index e6577fa1..1b6bfbfa 100644
--- a/src/client/components/main-window.vala
+++ b/src/client/components/main-window.vala
@@ -85,7 +85,10 @@ public class MainWindow : Gtk.ApplicationWindow, Geary.BaseInterface {
public MainWindow(GearyApplication application) {
- Object(application: application);
+ Object(
+ application: application,
+ show_menubar: false
+ );
base_ref();
load_config(application.config);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]