From 9ff8e0945acf3815b6a0570920d7352efb929291 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 May 2018 14:02:18 +0200 Subject: src/user-list.vala: Follow-up fix for previous commit. --- src/user-list.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user-list.vala') 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); } -- cgit v1.2.3