[Xfce4-commits] <xfce4-indicator-plugin:master> dialog: do not use deprecated gtk stock items

Andrzej noreply at xfce.org
Fri Feb 14 23:28:01 CET 2014


Updating branch refs/heads/master
         to 019468d56f12682f26b1c136bb0099aa9e4041bf (commit)
       from 29e4b7dec0aa44036f4756b079ea71b7a9596753 (commit)

commit 019468d56f12682f26b1c136bb0099aa9e4041bf
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Fri Feb 14 22:26:51 2014 +0000

    dialog: do not use deprecated gtk stock items

 panel-plugin/indicator-dialog.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c
index 846aa5e..849b467 100644
--- a/panel-plugin/indicator-dialog.c
+++ b/panel-plugin/indicator-dialog.c
@@ -446,7 +446,7 @@ indicator_dialog_clear_clicked (GtkWidget       *button,
   g_return_if_fail (GTK_IS_LIST_STORE (dialog->store));
 
   if (xfce_dialog_confirm (GTK_WINDOW (gtk_widget_get_toplevel (button)),
-                           GTK_STOCK_CLEAR, NULL, NULL,
+                           "edit-clear", NULL, NULL,
                            _("Are you sure you want to clear the list of "
                              "known indicators?")))
     {


More information about the Xfce4-commits mailing list