diff -r 5ad61c33487c -r ee009c0f4bcf map_win.cc --- a/map_win.cc Thu Oct 20 15:50:23 2005 +0000 +++ b/map_win.cc Fri Oct 21 13:32:12 2005 +0000 @@ -10,7 +10,7 @@ return true; } -MapWin::MapWin(const std::string& title, MapStorage & mapst, GraphDisplayerCanvas & grdispc):gdc(grdispc),ms(mapst) +MapWin::MapWin(const std::string& title, MapStorage & mapst, GraphDisplayerCanvas & grdispc, NewMapWin & newmapwin):gdc(grdispc),ms(mapst), nmw(newmapwin) { set_title(title); set_default_size(200, 50); @@ -23,7 +23,7 @@ for(int i=0;iappend_text((Glib::ustring)newmapname); + n_combo_array[i]->append_text((Glib::ustring)newmapname); } //setting text property for the new map n_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);