gui/gui_writer.cc
changeset 2063 9535436aaa9f
parent 1860 27a9a75b957b
     1.1 --- a/gui/gui_writer.cc	Tue Apr 18 13:25:41 2006 +0000
     1.2 +++ b/gui/gui_writer.cc	Tue Apr 18 22:59:33 2006 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4    std::map<int, xy<double> > m;
     1.5    for (EdgeIt e(mapstorage->graph); e != INVALID; ++e)
     1.6    {
     1.7 -    int edgeid = (int)(*(mapstorage->edgemap_storage["id"]))[e];
     1.8 +    int edgeid = (int)(*(mapstorage->edgemap_storage["label"]))[e];
     1.9      m[edgeid] = mapstorage->arrow_pos[e];
    1.10    }
    1.11    x("arrow_pos", m);