Remove another explicit Close button.

This commit is contained in:
Robin Gareus 2017-06-15 16:05:45 +02:00
parent 9c629c0c76
commit 5957a4619a

View File

@ -170,9 +170,6 @@ RouteGroupDialog::RouteGroupDialog (RouteGroup* g, bool creating_new)
add_button (Stock::CANCEL, RESPONSE_CANCEL);
add_button (Stock::NEW, RESPONSE_OK);
set_default_response (RESPONSE_OK);
} else {
add_button (Stock::CLOSE, RESPONSE_CLOSE);
set_default_response (RESPONSE_CLOSE);
}
show_all_children ();