don't give the timefx progress bar its own name
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 5 Nov 2010 16:19:22 +0000 (16:19 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 5 Nov 2010 16:19:22 +0000 (16:19 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7972 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/time_fx_dialog.cc

index c42caaf925376320fe20093bc761986716836ae1..f166768834517130f2f5ab549ac78ab59c03f706 100644 (file)
@@ -170,8 +170,6 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch)
        l = manage (new Label (_("<b>Progress</b>"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
        l->set_use_markup ();
 
-       progress_bar.set_name (N_("TimeFXProgress"));
-
        progress_box->pack_start (*l, false, false);
        progress_box->pack_start (progress_bar, false, true);