From 5811d62df7f7df3855815ef36d3aeab3a27f7223 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Oct 2015 15:55:14 +0100 Subject: Drop hard-reference to uccs.canonica.com. Make default Remote Logon Service server configurable through gsettings. --- src/settings.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.vala') diff --git a/src/settings.vala b/src/settings.vala index 29d4136..6757b9c 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -41,6 +41,7 @@ public class AGSettings public static const string KEY_INDICATORS = "indicators"; public static const string KEY_HIDDEN_USERS = "hidden-users"; public static const string KEY_IDLE_TIMEOUT = "idle-timeout"; + public static const string KEY_REMOTE_SERVICE_FQDN = "remote-service-fqdn"; public static bool get_boolean (string key) { -- cgit v1.2.3