got ardour_dialog compiling
[ardour.git] / gtk2_ardour / tempo_dialog.cc
index f0ad928aa550a54f5c36f50db02e7bfbe9c4fc2b..9e2a9aafe851db94eb63ce3330f93aa60ed7ed3e 100644 (file)
@@ -183,7 +183,7 @@ MeterDialog::init (const BBT_Time& when, double bpb, double note_type, bool mova
        strings.push_back (_("sixteenth (16)"));
        strings.push_back (_("thirty-second (32)"));
        
-       note_types.set_popdown_strings (strings);
+       set_popdown_strings (note_types, strings);
        
        if (note_type==1.0f)
                note_types.get_entry()->set_text(_("whole (1)"));