[network-manager-applet/NMA_0_8] applet: use generic icons for GSM registration notifications



commit 31e150e34070fc0960fc22dca69bd121afabb8de
Author: Dan Williams <dcbw redhat com>
Date:   Wed Jun 15 14:52:58 2011 -0500

    applet: use generic icons for GSM registration notifications
    
    Instead of Ubuntu-specific ones.

 src/applet-device-gsm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/applet-device-gsm.c b/src/applet-device-gsm.c
index 2438cad..c5b4d9d 100644
--- a/src/applet-device-gsm.c
+++ b/src/applet-device-gsm.c
@@ -1157,13 +1157,13 @@ notify_user_of_gsm_reg_change (GsmDeviceInfo *info)
 		applet_do_notify_with_pref (info->applet,
 		                            _("GSM network."),
 		                            _("You are now registered on the home network."),
-		                            "notification-gsm-high",
+		                            "nm-signal-100",
 		                            PREF_DISABLE_CONNECTED_NOTIFICATIONS);
 	} else if (mb_state == MB_STATE_ROAMING) {
 		applet_do_notify_with_pref (info->applet,
 		                            _("GSM network."),
 		                            _("You are now registered on a roaming network."),
-		                            "notification-gsm-high",
+		                            "nm-signal-100",
 		                            PREF_DISABLE_CONNECTED_NOTIFICATIONS);
 	}
 }



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