got ardour_dialog compiling
[ardour.git] / gtk2_ardour / library_ui.cc
index e3afc50547efa56c2a6754460d0bd712ba55d59f..a020cbb277de252c64ae11eb89f197f685c8170d 100644 (file)
@@ -1302,7 +1302,7 @@ SearchSounds::SearchSounds ()
 
        add(main_box);
 
-       or_rbtn.set_group(and_rbtn.group());
+       or_rbtn.set_group(and_rbtn.get_group());
        or_rbtn.set_active(true);
        rbtn_box.set_homogeneous(true);
        rbtn_box.pack_start(and_rbtn);