diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-24 16:14:14 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-24 16:14:14 +0100 |
commit | ca676076227ce05de2377a4fdae747e769465bd6 (patch) | |
tree | 90595f6824b00ae96ae62f4184cc3f9948b38ab9 /capplets/about-me/mate-about-me-password.c | |
parent | ab448aa9ca1a2d697964aba7f31ebce0e1ed3147 (diff) | |
download | mate-control-center-ca676076227ce05de2377a4fdae747e769465bd6.tar.bz2 mate-control-center-ca676076227ce05de2377a4fdae747e769465bd6.tar.xz |
about-me: Add GTK3 support
Diffstat (limited to 'capplets/about-me/mate-about-me-password.c')
-rw-r--r-- | capplets/about-me/mate-about-me-password.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index 87bf084c..9c15524b 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -1065,12 +1065,12 @@ passdlg_init (PasswordDialog *pdialog, GtkWindow *parent) /* Initialize accelerators */ gtk_widget_add_accelerator (GTK_WIDGET (pdialog->current_password), "activate", group, - GDK_Return, 0, + GDK_KEY_Return, 0, 0); gtk_widget_add_accelerator (GTK_WIDGET (pdialog->new_password), "activate", group, - GDK_Return, 0, + GDK_KEY_Return, 0, 0); /* Activate authenticate-button when enter is pressed in current-password */ |