diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-13 13:36:16 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-13 13:36:16 +0100 |
commit | 34852b296a372a81d0b97ab4c12f32be6d294cd3 (patch) | |
tree | 4f751a1551d21c24e7fe66d2a7ddf4444d10a569 /src/Application.vala | |
parent | 80aa3fe15f6346102c29b9c4236fe1e89c283d3b (diff) | |
parent | 4098950bba8e6d8609395eb9b223c276cb5954b6 (diff) |
Merge branch 'release/debian/0.32.10-1'HEADdebian/0.32.10-1master
Diffstat (limited to 'src/Application.vala')
-rw-r--r-- | src/Application.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Application.vala b/src/Application.vala index d9edcaf..2225f7c 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -74,6 +74,7 @@ public class Application { public abstract void authenticated(HashTable<string, string> params); } private static Application instance = null; + public static TimeZone timezone = null; private Gtk.Application system_app = null; private int system_app_run_retval = 0; private bool direct; |