[network-manager-applet] applet: remove left-over icon from previous menu iterations



commit 048cd5ea2b828dca1a322677a44852a5e0ca844c
Author: Dan Williams <dcbw redhat com>
Date:   Mon Oct 19 14:17:34 2009 -0700

    applet: remove left-over icon from previous menu iterations

 icons/22/Makefile.am          |    1 -
 icons/22/nm-active-device.png |  Bin 415 -> 0 bytes
 src/applet.c                  |    2 --
 src/applet.h                  |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/icons/22/Makefile.am b/icons/22/Makefile.am
index 66417b7..a7f4df6 100644
--- a/icons/22/Makefile.am
+++ b/icons/22/Makefile.am
@@ -1,6 +1,5 @@
 icondir=${datadir}/icons/hicolor/22x22/apps
 icon_DATA = \
-	nm-active-device.png \
 	nm-no-connection.png \
 	nm-device-wired.png \
 	nm-device-wwan.png \
diff --git a/src/applet.c b/src/applet.c
index 1681ee9..a28b1b8 100644
--- a/src/applet.c
+++ b/src/applet.c
@@ -2612,8 +2612,6 @@ nma_icons_load (NMApplet *applet)
 	ICON_LOAD(applet->wireless_100_icon, "nm-signal-100");
 	ICON_LOAD(applet->secure_lock_icon, "nm-secure-lock");
 
-	ICON_LOAD(applet->active_device_icon, "nm-active-device");
-
 	for (i = 0; i < NUM_CONNECTING_STAGES; i++) {
 		for (j = 0; j < NUM_CONNECTING_FRAMES; j++) {
 			char *name;
diff --git a/src/applet.h b/src/applet.h
index c577e1e..19c0586 100644
--- a/src/applet.h
+++ b/src/applet.h
@@ -103,7 +103,6 @@ typedef struct
 	gboolean		icons_loaded;
 
 	GtkIconTheme *	icon_theme;
-	GdkPixbuf *		active_device_icon;
 	GdkPixbuf *		no_connection_icon;
 	GdkPixbuf *		wired_icon;
 	GdkPixbuf *		adhoc_icon;



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