diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/password.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/password.c b/src/password.c index 00896eaf..3d9311ab 100644 --- a/src/password.c +++ b/src/password.c @@ -123,6 +123,8 @@ void zenity_password_dialog (ZenityData *data, ZenityPasswordData *password_data password_data->entry_password = gtk_entry_new(); gtk_entry_set_visibility(GTK_ENTRY(password_data->entry_password), FALSE); + gtk_entry_set_activates_default (GTK_ENTRY(password_data->entry_password), + TRUE); gtk_box_pack_start(GTK_BOX(vbox_entries), password_data->entry_password, TRUE, |