X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Ficon.cc;h=1e929950b87d3f5a9ac2edcd62c62e552d3ce444;hp=502333c5bda3a144126988077d799d2ae4c79d1e;hb=c5daeff5edca4efa63ef7ae10722c047ab120be0;hpb=cde93d76cb04e88d9819a82929aa8955facc59e1 diff --git a/src/icon.cc b/src/icon.cc index 502333c..1e92995 100644 --- a/src/icon.cc +++ b/src/icon.cc @@ -87,5 +87,5 @@ static int fstype_shape(FSNodeType type) void ShapesIcons::draw(FSNode *node) const { int s = fstype_shape(node->type); - priv->shape[s]->draw(); + priv->shape[s]->draw_wire(); }