From a31eea897872917182a4c1ea058638e7fc9abc72 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Fri, 25 Nov 2016 22:32:14 +0100 Subject: [PATCH] Make sure the "clear indicators" dialog works with libxfce4ui-4.13.x Without making the confirmation button text explicit it would have no label. --- 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 059a9c2..d4ae152 100644 --- a/panel-plugin/indicator-dialog.c +++ b/panel-plugin/indicator-dialog.c @@ -443,7 +443,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-clear", NULL, NULL, + "edit-clear", _("Clear"), NULL, _("Are you sure you want to clear the list of " "known indicators?"))) { -- 2.9.3