canvas HSV color serialization needs LocaleGuard
[ardour.git] / gtk2_ardour / export_timespan_selector.cc
index 0c6ff08cf91758bf391f4d5c513e7070c3bafaff..9a294aff1baa35312b962778d39074a894a08b68 100644 (file)
@@ -55,7 +55,7 @@ ExportTimespanSelector::ExportTimespanSelector (ARDOUR::Session * session, Profi
                        )
                );
        option_hbox.pack_start (*b, false, false, 6);
-       
+
        b = Gtk::manage (new Gtk::Button (_("Deselect All")));
        b->signal_clicked().connect (
                sigc::bind (
@@ -78,7 +78,6 @@ ExportTimespanSelector::ExportTimespanSelector (ARDOUR::Session * session, Profi
 
        time_format_list = Gtk::ListStore::create (time_format_cols);
        time_format_combo.set_model (time_format_list);
-       time_format_combo.set_name ("PaddedButton");
 
        iter = time_format_list->append();
        row = *iter;