From: Renato F Date: Tue, 24 Jan 2017 02:14:02 +0000 (-0200) Subject: Fix regression in net.lua widget X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/c8a5a8e50217cee17ce58b2946e8559638a8adfd?hp=c8a5a8e50217cee17ce58b2946e8559638a8adfd Fix regression in net.lua widget The iface argument parsing was logically incorrect and ignoring table argument such as {"eth0", "eth1"}. ---