diff -r f1b70894b953 -r 9fe6eebde1a8 map_win.cc --- a/map_win.cc Tue Jul 26 21:20:01 2005 +0000 +++ b/map_win.cc Wed Jul 27 10:47:38 2005 +0000 @@ -259,6 +259,7 @@ listStrings.push_back(newmapname); e_combo_array[i].set_popdown_strings(listStrings); } + //setting text property for the new map Gtk::Entry* entry = e_combo_array[E_TEXT].get_entry(); entry->set_text((Glib::ustring)newmapname); } @@ -272,6 +273,7 @@ listStrings.push_back(newmapname); n_combo_array[i].set_popdown_strings(listStrings); } + //setting text property for the new map Gtk::Entry* entry = n_combo_array[N_TEXT].get_entry(); entry->set_text((Glib::ustring)newmapname); }