summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/grouped_buttons.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/grouped_buttons.cc')
-rw-r--r--libs/gtkmm2ext/grouped_buttons.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gtkmm2ext/grouped_buttons.cc b/libs/gtkmm2ext/grouped_buttons.cc
index e9d2c1c422..48a2ed1ab0 100644
--- a/libs/gtkmm2ext/grouped_buttons.cc
+++ b/libs/gtkmm2ext/grouped_buttons.cc
@@ -46,9 +46,9 @@ GroupedButtons::GroupedButtons (uint32_t nbuttons, uint32_t first_active)
for (uint32_t n = 0; n < nbuttons; ++n) {
Gtk::ToggleButton *button;
-
+
button = manage (new (Gtk::ToggleButton));
-
+
if (n == current_active) {
button->set_active (true);
}