[Xfce4-commits] [apps/xfce4-screensaver] 361/425: Replace deprecated GtkStock stuff

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:53:28 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit 6cb2c29894d4229942af7b228ef9ca009e4a733d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Oct 5 23:37:37 2018 +0200

    Replace deprecated GtkStock stuff
---
 src/copy-theme-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c
index fe7610d..40ea5f3 100644
--- a/src/copy-theme-dialog.c
+++ b/src/copy-theme-dialog.c
@@ -253,7 +253,7 @@ copy_theme_dialog_init (CopyThemeDialog *dlg)
 	gtk_widget_set_halign (dlg->priv->current, GTK_ALIGN_START);
 
 	gtk_dialog_add_button (GTK_DIALOG (dlg),
-	                       GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
+	                       _("_Cancel"), GTK_RESPONSE_CANCEL);
 
 	gtk_window_set_title (GTK_WINDOW (dlg),
 	                      _("Copying themes"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list