merge from 2.0-ongoing @ 3581
[ardour.git] / gtk2_ardour / bundle_manager.cc
index 4dacce782f2c27300e2967e59fb9d83420cc15e8..8486c5c30ff9306a734ca87c3afff561fab0ea4d 100644 (file)
@@ -61,7 +61,7 @@ BundleEditorMatrix::get_state (int r, std::string const & p) const
 uint32_t
 BundleEditorMatrix::n_rows () const
 {
-       return _bundle->nchannels ();
+       return _bundle->nchannels ().n_total();
 }
 
 uint32_t