[gnome-documents/wip/cosimoc/view-rework: 14/20] application: remove unused gear-menu action
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/cosimoc/view-rework: 14/20] application: remove unused gear-menu action
- Date: Mon, 8 Aug 2016 15:07:39 +0000 (UTC)
commit f9240cc88f94d8fa0549b8fa867dc252639e9923
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Aug 7 15:00:29 2016 -0700
application: remove unused gear-menu action
We previously moved this to the preview.
src/application.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index b483d70..611f724 100644
--- a/src/application.js
+++ b/src/application.js
@@ -482,10 +482,6 @@ const Application = new Lang.Class({
callback: Lang.bind(this, this._onActionNightMode),
create_hook: Lang.bind(this, this._nightModeCreateHook),
state: settings.get_value('night-mode') },
- { name: 'gear-menu',
- callback: Utils.actionToggleCallback,
- state: GLib.Variant.new('b', false),
- accels: ['F10'] },
{ name: 'view-as',
callback: Lang.bind(this, this._onActionViewAs),
create_hook: Lang.bind(this, this._viewAsCreateHook),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]