[swell-foop] Preferences in the same section with About and Help (#11)



commit 005513dee3cbec9b077935ac8fdb08af7bbc11ba
Author: Robert Roth <robert roth off gmail com>
Date:   Sat Oct 6 23:52:40 2018 +0300

    Preferences in the same section with About and Help (#11)

 src/swell-foop.vala | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 8d6af97..91e4fb2 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -145,8 +145,6 @@ public class SwellFoop : Gtk.Application
         section = new Menu ();
         menu.append_section (null, section);
         section.append (_("_Preferences"), "app.preferences");
-        section = new Menu ();
-        menu.append_section (null, section);
         section.append (_("_Help"), "app.help");
         section.append (_("_About Swell Foop"), "app.about");
 


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