From 6710aa856175300e598b23b701c0d2741f2cb6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 28 Apr 2019 16:45:36 +0200 Subject: New upstream version 0.30.4 --- src/AppWindow.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/AppWindow.vala') 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; -- cgit v1.2.3