diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-02 11:25:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-02 11:25:40 +0100 |
commit | cd16e7b4a394b6ce885a618d8a96eccd662208bb (patch) | |
tree | c9bcd713dbea9467783f8d82c63218af91192da1 /src/Application.vala | |
parent | b1cb72d29fa13b3b6f9f5fe66083dd60930a2b71 (diff) | |
parent | 66f6a7bd3f7e00022191f16cb0e82a39e7333a76 (diff) |
Merge tag 'upstream/0.25.2'
Upstream version 0.25.2
Diffstat (limited to 'src/Application.vala')
-rw-r--r-- | src/Application.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Application.vala b/src/Application.vala index 4a24fd4..6e6ba85 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -103,6 +103,10 @@ 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. * |