diff -r 09b09efab0a1 -r 0b2217328320 mapselector.h --- a/mapselector.h Mon Oct 24 08:12:26 2005 +0000 +++ b/mapselector.h Mon Oct 24 10:15:40 2005 +0000 @@ -26,6 +26,8 @@ bool default_state; + bool set_new_map; + Gtk::ComboBoxText cbt; Gtk::Button * newbut, * defbut; @@ -50,6 +52,8 @@ ///to change the visible values of that attribute. virtual void comboChanged(); + virtual void new_but_pressed(); + virtual void reset(); virtual void update(Node node);