Skip to content

Commit

Permalink
netspeed: netspeed: Fix display of IP if no IPv4 is configured
Browse files Browse the repository at this point in the history
  • Loading branch information
treysis authored and rbuj committed Dec 22, 2020
1 parent 2215279 commit 2a85880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netspeed/src/netspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ update_tooltip (MateNetspeedApplet* applet)
g_string_printf (tooltip,
_("%s: %s"),
applet->devinfo->name,
ipv4_text);
ipv6_text);
} else {
g_string_printf (tooltip,
_("%s: has no ip"),
Expand Down

0 comments on commit 2a85880

Please sign in to comment.