network: Don't try to set the mobile broadband speed widgets

This fixes a critical warning when using mobile broadband adaptors.
This commit is contained in:
Richard Hughes 2012-06-28 13:40:08 +01:00
parent fe69f4f135
commit fd059a2d14

View file

@ -2051,12 +2051,6 @@ device_refresh_modem_ui (CcNetworkPanel *panel, NetDevice *device)
"mobilebb",
"provider",
str);
/* device speed */
panel_set_widget_data (panel,
"mobilebb",
"speed",
NULL);
}
}