2018-09-21 00:30:26 +00:00
|
|
|
From acf81b764b448b2979792e5d3d97f248030b49bc Mon Sep 17 00:00:00 2001
|
|
|
|
From: Anonymous <anonymous@electronjs.org>
|
|
|
|
Date: Thu, 20 Sep 2018 17:44:52 -0700
|
|
|
|
Subject: app_indicator_icon_menu.patch
|
|
|
|
|
|
|
|
|
2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc b/chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
index 40399a35f8d2..1d3a0da948dc 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc
|
|
|
|
+++ b/chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc
|
|
|
|
@@ -116,7 +116,7 @@ void AppIndicatorIconMenu::OnMenuItemActivated(GtkWidget* menu_item) {
|
|
|
|
return;
|
|
|
|
|
|
|
|
// The menu item can still be activated by hotkeys even if it is disabled.
|
|
|
|
- if (menu_model_->IsEnabledAt(id))
|
|
|
|
+ if (model->IsEnabledAt(id))
|
|
|
|
ExecuteCommand(model, id);
|
|
|
|
}
|
|
|
|
|
2018-09-21 00:30:26 +00:00
|
|
|
--
|
|
|
|
2.17.0
|
|
|
|
|