# HG changeset patch # User ladanyi # Date 1136426064 0 # Node ID bed340c4f960189fb278aa2ccb3f7e8e7eea259e # Parent 5ad84ad1b68f1b7bc15ba21f8d9281ad203162ae Set the move tool active by default. diff -r 5ad84ad1b68f -r bed340c4f960 gui/main_win.cc --- a/gui/main_win.cc Wed Jan 04 18:05:55 2006 +0000 +++ b/gui/main_win.cc Thu Jan 05 01:54:24 2006 +0000 @@ -206,6 +206,8 @@ active_tab=-1; notebook.signal_switch_page().connect(sigc::mem_fun(*this, &MainWin::onChangeTab)); + active_tool = MOVE; + vbox.pack_start(notebook); show_all_children();