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.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user-list.vala b/src/user-list.vala
index 3c4b2d2..9b0f403 100644
--- a/src/user-list.vala
+++ b/src/user-list.vala
@@ -1120,7 +1120,7 @@ public class UserList : GreeterList
}
else if (text == "remote command:")
{
- Gtk.Entry field = current_remote_fields.get ("x2gosession") as Gtk.Entry;
+ Gtk.Entry field = current_remote_fields.get ("command") as Gtk.Entry;
var answer = field != null ? field.text : "";
ArcticaGreeter.singleton.respond (answer);
}