[network-manager-applet] core: fix icon naming for recent GTK (bgo #633871)



commit c0cf244cf0fef08e1ea588ca13830ef8ab9825b4
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 5 13:37:01 2010 -0500

    core: fix icon naming for recent GTK (bgo #633871)
    
    gtk-dialog-error name has been deprecated for a while.

 src/applet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/applet.c b/src/applet.c
index 2d7835e..90f606c 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -2777,7 +2777,7 @@ nma_icon_check_and_load (const char *name, GdkPixbuf **icon, NMApplet *applet)
 	return *icon;
 }
 
-#define FALLBACK_ICON_NAME "gtk-dialog-error"
+#define FALLBACK_ICON_NAME "dialog-error"
 
 static gboolean
 nma_icons_reload (NMApplet *applet)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]