diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-11 20:43:15 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-11 20:43:15 +0200 |
commit | 606273e4343ff3bad3f4525f2e2cf6f9fbbd491a (patch) | |
tree | 9fe778ba800a3e91c1bc3c6e840897a8a665f7f5 /src/settings.vala | |
parent | b54ac1c26655ea178dbd2bed2c69648d521a62ec (diff) | |
download | arctica-greeter-606273e4343ff3bad3f4525f2e2cf6f9fbbd491a.tar.gz arctica-greeter-606273e4343ff3bad3f4525f2e2cf6f9fbbd491a.tar.bz2 arctica-greeter-606273e4343ff3bad3f4525f2e2cf6f9fbbd491a.zip |
src/user-list.vala: Rename gsettings key remote-service-fqdn to remote-service-configure-uri. Support an empty string as value and show a more intelligent message if it's empty.
Diffstat (limited to 'src/settings.vala')
-rw-r--r-- | src/settings.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.vala b/src/settings.vala index 441035b..0372721 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -44,7 +44,7 @@ public class AGSettings public const string KEY_GROUP_FILTER = "group-filter"; public const string KEY_IDLE_TIMEOUT = "idle-timeout"; public const string KEY_ACTIVATE_NUMLOCK = "activate-numlock"; - public const string KEY_REMOTE_SERVICE_FQDN = "remote-service-fqdn"; + public const string KEY_REMOTE_SERVICE_CONFIGURE_URI = "remote-service-configure-uri"; public const string KEY_TOGGLEBOX_FONT_FGCOLOR = "togglebox-font-fgcolor"; public const string KEY_TOGGLEBOX_BUTTON_BGCOLOR = "togglebox-button-bgcolor"; public const string KEY_ENABLE_HIDPI = "enable-hidpi"; |