diff options
author | Pablo Barciela <[email protected]> | 2018-02-12 12:13:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-13 12:37:25 +0100 |
commit | 91c840faea76d98659a79e76737cb37270cec558 (patch) | |
tree | abd22c86baf7b503c8fa811ceede224f978d3752 /mate-session/gsm-logout-dialog.c | |
parent | efbcc67539de524b1f328b4fb90e4f03e811aa22 (diff) | |
download | mate-session-manager-91c840faea76d98659a79e76737cb37270cec558.tar.bz2 mate-session-manager-91c840faea76d98659a79e76737cb37270cec558.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'mate-session/gsm-logout-dialog.c')
-rw-r--r-- | mate-session/gsm-logout-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-session/gsm-logout-dialog.c b/mate-session/gsm-logout-dialog.c index 107fc0c..3183036 100644 --- a/mate-session/gsm-logout-dialog.c +++ b/mate-session/gsm-logout-dialog.c @@ -454,7 +454,7 @@ gsm_get_dialog (GsmDialogLogoutType type, } gtk_dialog_add_button (GTK_DIALOG (logout_dialog), - GTK_STOCK_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL); gtk_dialog_add_button (GTK_DIALOG (logout_dialog), @@ -487,7 +487,7 @@ gsm_get_dialog (GsmDialogLogoutType type, } gtk_dialog_add_button (GTK_DIALOG (logout_dialog), - GTK_STOCK_CANCEL, + "gtk-cancel", GTK_RESPONSE_CANCEL); if (gsm_logout_supports_shutdown (logout_dialog)) { |