diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-02 11:24:12 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-02 11:24:12 +0100 |
commit | 66f6a7bd3f7e00022191f16cb0e82a39e7333a76 (patch) | |
tree | 8b5b7c598d87518696e151621988eafee18ffa06 /src/Application.vala | |
parent | 4a3f1fdfe1eb3743564adcee35d5513224339260 (diff) |
New upstream version 0.25.2upstream/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. * |