From a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 Jan 2017 19:17:10 +0100 Subject: New upstream version 0.25.3 --- src/Application.vala | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Application.vala') diff --git a/src/Application.vala b/src/Application.vala index 6e6ba85..a1fff47 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -103,16 +103,12 @@ public class Application { get_instance().system_app.set_menubar (model); } - public static void set_appmenu (GLib.MenuModel? model) { - get_instance().system_app.set_app_menu (model); - } - /** * @brief Signal handler for GApplication's 'command-line' signal. * * The most likely scenario for this to be fired is if the user * either tried to run us twice in library mode, or we've just gotten - * a camera/removeable-storage mount; in either case, the remote instance + * a camera/removable-storage mount; in either case, the remote instance * will trigger this and exit, and we'll need to bring the window back up... */ public static void on_activated() { -- cgit v1.2.3