[simple-scan] Drop 'Start again' from the appmenu - it doesn't seem useful there



commit 998f5b2cb18d44d6ade6de7eab57952ddcd4e95b
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue May 23 10:16:03 2017 +1200

    Drop 'Start again' from the appmenu - it doesn't seem useful there

 src/app-window.vala |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/app-window.vala b/src/app-window.vala
index 4d32d97..9d0f982 100644
--- a/src/app-window.vala
+++ b/src/app-window.vala
@@ -1573,11 +1573,8 @@ public class AppWindow : Gtk.ApplicationWindow
             app.add_action_entries (action_entries, this);
 
             var appmenu = new Menu ();
-            var section = new Menu ();
-            appmenu.append_section (null, section);
-            section.append (_("Start Again…"), "app.new_document");
 
-            section = new Menu ();
+            var section = new Menu ();
             appmenu.append_section (null, section);
             section.append (_("Preferences"), "app.preferences");
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]