diff options
Diffstat (limited to 'hardinfo2')
| -rw-r--r-- | hardinfo2/remote.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/hardinfo2/remote.c b/hardinfo2/remote.c index eed4a308..f6580fac 100644 --- a/hardinfo2/remote.c +++ b/hardinfo2/remote.c @@ -944,6 +944,8 @@ static HostDialog *host_dialog_new(GtkWidget * parent,      host_combo_changed_cb(GTK_COMBO_BOX(cmb_type), host_dlg);      host_dialog_hostname_changed(GTK_EDITABLE(txt_hostname), host_dlg); +    gtk_entry_set_activates_default(GTK_ENTRY(txt_hostname), TRUE); +      return host_dlg;  } | 
