[gnome-control-center] network: Use a network-cellular icon for mobile	broadband
- From: Matthias Clasen <matthiasc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-control-center] network: Use a network-cellular icon for mobile	broadband
 
- Date: Tue,  5 Mar 2013 02:47:38 +0000 (UTC)
 
commit 476239291bb2f0cfa09b637a86033a5b848f19ed
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 2 19:11:40 2013 -0500
    network: Use a network-cellular icon for mobile broadband
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695034
 panels/network/panel-common.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/network/panel-common.c b/panels/network/panel-common.c
index 526a6fc..48fc9f0 100644
--- a/panels/network/panel-common.c
+++ b/panels/network/panel-common.c
@@ -63,8 +63,8 @@ panel_device_to_icon_name (NMDevice *device, gboolean symbolic)
                 caps = nm_device_modem_get_current_capabilities (NM_DEVICE_MODEM (device));
                 if ((caps & NM_DEVICE_MODEM_CAPABILITY_GSM_UMTS) ||
                     (caps & NM_DEVICE_MODEM_CAPABILITY_CDMA_EVDO)) {
-                        value = symbolic ? "network-wireless-signal-excellent-symbolic"
-                                         : "network-wireless-signal-excellent";
+                        value = symbolic ? "network-cellular-signal-excellent-symbolic"
+                                         : "network-cellular-signal-excellent";
                         break;
                 }
                 /* fall thru */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]