[lightsoff] app menu: standardize Help/About/Quit
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lightsoff] app menu: standardize Help/About/Quit
- Date: Mon, 9 Dec 2013 18:12:01 +0000 (UTC)
commit 4938f47eb8e40153dae2b951a7495aadc50c9342
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Dec 9 12:11:29 2013 -0600
app menu: standardize Help/About/Quit
Remove the separator between About and Quit
https://wiki.gnome.org/Design/HIG/ApplicationMenus
src/lightsoff.vala | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/lightsoff.vala b/src/lightsoff.vala
index dd85818..914a000 100644
--- a/src/lightsoff.vala
+++ b/src/lightsoff.vala
@@ -44,8 +44,6 @@ public class LightsOff : Gtk.Application
menu.append_section (null, section);
section.append (_("_Help"), "app.help");
section.append (_("_About"), "app.about");
- section = new Menu ();
- menu.append_section (null, section);
section.append (_("_Quit"), "app.quit");
set_app_menu (menu);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]