aboutsummaryrefslogtreecommitdiff
path: root/src/user-list.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/user-list.vala')
-rw-r--r--src/user-list.vala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/user-list.vala b/src/user-list.vala
index b2b13b1..017ed6c 100644
--- a/src/user-list.vala
+++ b/src/user-list.vala
@@ -293,6 +293,9 @@ public class UserList : GreeterList
if (remote_directory_server_list.length() > 0 && !always_show_manual) {
debug ("removing manual login since we have a remote login entry");
remove_entry ("*other");
+ if (!UnityGreeter.singleton.has_guest_account_hint () && UnityGreeter.singleton.hide_users_hint () ) {
+ set_active_first_entry_with_prefix ("*remote_directory");
+ }
}
}