[Xfce4-commits] [panel-plugins/xfce4-indicator-plugin] 01/01: Make sure the "clear indicators" dialog works with libxfce4ui-4.13.x

noreply at xfce.org noreply at xfce.org
Mon Nov 28 21:42:35 CET 2016


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

andrzejr pushed a commit to branch master
in repository panel-plugins/xfce4-indicator-plugin.

commit 21cd98844138b2bc381f3d87479f65c2f0bb7649
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Nov 25 22:32:14 2016 +0100

    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?")))
     {

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


More information about the Xfce4-commits mailing list