diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:17:10 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:17:10 +0100 |
commit | a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (patch) | |
tree | d9f86def771c7845f241ec81219b243c70523c60 /src/AppWindow.vala | |
parent | 66f6a7bd3f7e00022191f16cb0e82a39e7333a76 (diff) |
New upstream version 0.25.3upstream/0.25.3
Diffstat (limited to 'src/AppWindow.vala')
-rw-r--r-- | src/AppWindow.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AppWindow.vala b/src/AppWindow.vala index 99f054d..3b69156 100644 --- a/src/AppWindow.vala +++ b/src/AppWindow.vala @@ -28,8 +28,8 @@ public class FullscreenWindow : PageWindow { set_current_page(page); - AppWindow.get_instance().add_action_entries (entries, this); - const string[] accels = { "F11" }; + this.add_action_entries (entries, this); + const string[] accels = { "F11", null }; Application.set_accels_for_action ("win.LeaveFullscreen", accels); set_screen(AppWindow.get_instance().get_screen()); |