From: Mathieu Trudel-Lapierre Subject: Set out_icon_name; which is necessary for indicator. Otherwise one would see mobile data use the last icon applied in the applet. --- src/mobile-helpers.c | 3 +++ 1 file changed, 3 insertions(+) Index: b/src/mobile-helpers.c =================================================================== --- a/src/mobile-helpers.c +++ b/src/mobile-helpers.c @@ -616,6 +616,9 @@ mobile_helper_get_icon (NMDevice *device mb_state, mb_tech, applet); + *out_icon_name = mobile_helper_get_quality_icon_name (quality_valid ? + quality : 0); + if ((mb_state != MB_STATE_UNKNOWN) && quality_valid) { gboolean roaming = (mb_state == MB_STATE_ROAMING);