diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-04-28 16:45:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-04-28 16:45:36 +0200 |
commit | 6710aa856175300e598b23b701c0d2741f2cb6b3 (patch) | |
tree | 43987fa58a25c81413e68cddad697e6301c5936f /src/AppWindow.vala | |
parent | 5e9f4eea451a77ba3b93db3747841ed2bd969e9f (diff) |
New upstream version 0.30.4upstream/0.30.4
Diffstat (limited to 'src/AppWindow.vala')
-rw-r--r-- | src/AppWindow.vala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AppWindow.vala b/src/AppWindow.vala index 22b47c2..5c1496e 100644 --- a/src/AppWindow.vala +++ b/src/AppWindow.vala @@ -408,6 +408,8 @@ public abstract class AppWindow : PageWindow { protected int pos_y = 0; public AppWindow() { + base(); + // although there are multiple AppWindow types, only one may exist per-process assert(instance == null); instance = this; |