Merge n.4 from branch3.0

This commit is contained in:
ffsup2
2011-05-15 20:25:33 +02:00
parent 90421820a3
commit af90c97fdc
36 changed files with 1872 additions and 3088 deletions

View File

@@ -61,7 +61,7 @@ Equalizer::Equalizer () : Gtk::VBox(), FoldableToolPanel(this) {
if(i == 7)
ss += Glib::ustring::compose(" (%1)", M("TP_EQUALIZER_LARGEST"));
correction[i] = new Adjuster (ss, -100, 100, 1, 0);
correction[i] = Gtk::manage ( new Adjuster (ss, -100, 100, 1, 0) );
correction[i]->setAdjusterListener(this);
pack_start(*correction[i]);
}