gui/new_map_win.cc
changeset 1878 409a31271efd
parent 1849 a4d1362397fe
child 1879 01d41844ef46
     1.1 --- a/gui/new_map_win.cc	Thu Jan 05 01:54:24 2006 +0000
     1.2 +++ b/gui/new_map_win.cc	Thu Jan 05 12:30:09 2006 +0000
     1.3 @@ -159,7 +159,8 @@
     1.4  		}
     1.5  
     1.6  	      //add it to the list of the displayable maps
     1.7 -	      mytab.registerNewEdgeMap(mapname);
     1.8 +	      //furthermore it is done by signals
     1.9 +	      //mytab.registerNewEdgeMap(mapname);
    1.10  
    1.11  	      //display it
    1.12  	      //gdc.changeEdgeText(mapname);
    1.13 @@ -242,7 +243,8 @@
    1.14  		}
    1.15  
    1.16  	      //add it to the list of the displayable maps
    1.17 -	      mytab.registerNewNodeMap(mapname);
    1.18 +	      //furthermore it is done by signals
    1.19 +	      //mytab.registerNewNodeMap(mapname);
    1.20  
    1.21  	      //display it
    1.22  	      //gdc.changeNodeText(mapname);