[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Replace GtkStock buttons
noreply at xfce.org
noreply at xfce.org
Fri Aug 2 05:34:51 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d 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 xfce/xfce4-power-manager.
commit e6d010b635e6216cb2675c7f60e977ad7b5c2315
Author: Andre Miranda <andreldm at xfce.org>
Date: Fri Aug 2 00:34:30 2019 -0300
Replace GtkStock buttons
---
panel-plugins/power-manager-plugin/power-manager-button.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugins/power-manager-plugin/power-manager-button.c b/panel-plugins/power-manager-plugin/power-manager-button.c
index 35e5ed0..40b4dca 100644
--- a/panel-plugins/power-manager-plugin/power-manager-button.c
+++ b/panel-plugins/power-manager-plugin/power-manager-button.c
@@ -1353,7 +1353,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
mi = gtk_image_menu_item_new_with_label(label);
G_GNUC_END_IGNORE_DEPRECATIONS
/* add the image */
- img = gtk_image_new_from_icon_name ("gtk-info", GTK_ICON_SIZE_MENU);
+ img = gtk_image_new_from_icon_name ("dialog-information", GTK_ICON_SIZE_MENU);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(mi), img);
G_GNUC_END_IGNORE_DEPRECATIONS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list