[Xfce4-commits] [panel-plugins/xfce4-indicator-plugin] 01/01: Use "gtk-clear" icon for now.
noreply at xfce.org
noreply at xfce.org
Wed Jun 4 00:46:50 CEST 2014
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 2fa0c85f5dfff8cc27cc4b5c5bfd9b5826ebaef7
Author: Andrzej <ndrwrdck at gmail.com>
Date: Tue Jun 3 23:46:43 2014 +0100
Use "gtk-clear" icon for now.
https://developer.gnome.org/gtk3/stable/gtk3-Stock-Items.html#GTK-STOCK-CLEAR:CAPS
recommends "edit-clear" but icon themes seem to be missing it.
---
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 7b7ec81..059a9c2 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)),
- "edit-clear", NULL, NULL,
+ "gtk-clear", NULL, 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