summaryrefslogtreecommitdiff
path: root/src/Application.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-21 19:17:10 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-21 19:17:10 +0100
commita7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (patch)
treed9f86def771c7845f241ec81219b243c70523c60 /src/Application.vala
parent66f6a7bd3f7e00022191f16cb0e82a39e7333a76 (diff)
New upstream version 0.25.3upstream/0.25.3
Diffstat (limited to 'src/Application.vala')
-rw-r--r--src/Application.vala6
1 files changed, 1 insertions, 5 deletions
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() {