[gnome-sound-recorder/drop-appmenu: 6/6] window: Drop "Quit" entry from the hamburger menu
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder/drop-appmenu: 6/6] window: Drop "Quit" entry from the hamburger menu
- Date: Mon, 7 Jan 2019 22:28:49 +0000 (UTC)
commit 1b484dabc042f5a7be5ad352c10f6cdb59a6f4fc
Author: Felipe Borges <felipeborges gnome org>
Date: Thu Nov 1 11:52:19 2018 +0100
window: Drop "Quit" entry from the hamburger menu
Fixes #38
src/mainWindow.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 3422e2e..3bd0da5 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -125,7 +125,6 @@ const MainWindow = new Lang.Class({
let menu = new Gio.Menu();
menu.append(_("Preferences"), 'app.preferences');
menu.append(_("About Sound Recorder"), 'app.about');
- menu.append(_("Quit"),'app.quit');
appMenuButton = new Gtk.MenuButton({
image: new Gtk.Image({ icon_name: 'open-menu-symbolic' }),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]