diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-09-30 15:22:59 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-10-14 17:36:20 +0200 |
commit | 31e7a4564763ae7db7e88fd3d8b8d359d9af511b (patch) | |
tree | 3b89bc2af87229691177ed91b7c259e85a1af6bd /src | |
parent | be26f9a280dcaba61c9f32719a61dc8a278d290e (diff) | |
download | strongswan-31e7a4564763ae7db7e88fd3d8b8d359d9af511b.tar.bz2 strongswan-31e7a4564763ae7db7e88fd3d8b8d359d9af511b.tar.xz |
Maemo: OK is default response in password dialog.
Diffstat (limited to 'src')
-rw-r--r-- | src/frontends/maemo/src/strongswan-status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontends/maemo/src/strongswan-status.c b/src/frontends/maemo/src/strongswan-status.c index 8bbc3e8b9..8a26f2780 100644 --- a/src/frontends/maemo/src/strongswan-status.c +++ b/src/frontends/maemo/src/strongswan-status.c @@ -230,6 +230,7 @@ get_password (StrongswanStatus *plugin, gchar **password) GTK_STOCK_OK, GTK_RESPONSE_OK, NULL); + gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); GtkWidget *vbox = GTK_DIALOG (dialog)->vbox; GtkSizeGroup *group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); |