network: Add network strength to the details panel
This commit is contained in:
parent
6b526f1213
commit
38ea1cdefd
1 changed files with 0 additions and 2 deletions
|
@ -766,7 +766,6 @@ nm_device_wifi_refresh_ui (NetDeviceWifi *device_wifi)
|
||||||
str_tmp);
|
str_tmp);
|
||||||
g_free (str_tmp);
|
g_free (str_tmp);
|
||||||
|
|
||||||
if(0){
|
|
||||||
/* signal strength */
|
/* signal strength */
|
||||||
if (active_ap != NULL)
|
if (active_ap != NULL)
|
||||||
strength = nm_access_point_get_strength (active_ap);
|
strength = nm_access_point_get_strength (active_ap);
|
||||||
|
@ -785,7 +784,6 @@ if(0){
|
||||||
panel_set_device_widget_details (device_wifi->priv->builder,
|
panel_set_device_widget_details (device_wifi->priv->builder,
|
||||||
"strength",
|
"strength",
|
||||||
str);
|
str);
|
||||||
}
|
|
||||||
|
|
||||||
/* setup wireless button */
|
/* setup wireless button */
|
||||||
widget = GTK_WIDGET (gtk_builder_get_object (device_wifi->priv->builder,
|
widget = GTK_WIDGET (gtk_builder_get_object (device_wifi->priv->builder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue