map_win.cc
branchgui
changeset 85 0b2217328320
parent 82 ee009c0f4bcf
child 90 e9f8f44f12a3
     1.1 --- a/map_win.cc	Mon Oct 24 08:12:26 2005 +0000
     1.2 +++ b/map_win.cc	Mon Oct 24 10:15:40 2005 +0000
     1.3 @@ -92,8 +92,6 @@
     1.4      //filling in combo box with choices
     1.5      e_combo_array[i]->append_text((Glib::ustring)newmapname);
     1.6    }
     1.7 -  //setting text property for the new map
     1.8 -  e_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);
     1.9  }
    1.10  
    1.11  void MapWin::registerNewNodeMap(std::string newmapname)
    1.12 @@ -103,6 +101,4 @@
    1.13      //filling in combo box with choices
    1.14      n_combo_array[i]->append_text((Glib::ustring)newmapname);
    1.15    }
    1.16 -  //setting text property for the new map
    1.17 -  n_combo_array[N_TEXT]->set_active_text((Glib::ustring)newmapname);
    1.18  }