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



commit fbd6147d36250f923cd37a23e9061c3795ab64ac
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 206bb0b..e8865f0 100644
--- a/src/applet-device-gsm.c
+++ b/src/applet-device-gsm.c
@@ -1092,13 +1092,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]