[Xfce4-commits] [panel-plugins/xfce4-fsguard-plugin] 06/15: Replace GTK_STOCK_HARDDISK by "gtk-harddisk"

noreply at xfce.org noreply at xfce.org
Thu Apr 28 12:07:49 CEST 2016


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

landry pushed a commit to branch master
in repository panel-plugins/xfce4-fsguard-plugin.

commit 96a899fc10bda8168f6164ece87875b661e00afc
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Apr 28 11:58:41 2016 +0200

    Replace GTK_STOCK_HARDDISK by "gtk-harddisk"
---
 panel-plugin/fsguard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/fsguard.c b/panel-plugin/fsguard.c
index 0d07fc7..9e4ee4d 100644
--- a/panel-plugin/fsguard.c
+++ b/panel-plugin/fsguard.c
@@ -151,7 +151,7 @@ fsguard_set_icon (FsGuard *fsguard, gint id)
     }
 
     if (G_UNLIKELY (NULL == pixbuf)) {
-        pixbuf = gtk_icon_theme_load_icon (icon_theme, GTK_STOCK_HARDDISK, size, 0, NULL);
+        pixbuf = gtk_icon_theme_load_icon (icon_theme, "gtk-harddisk", size, 0, NULL);
     }
 
     if (G_UNLIKELY (NULL == pixbuf)) {

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


More information about the Xfce4-commits mailing list