canvas HSV color serialization needs LocaleGuard
[ardour.git] / gtk2_ardour / export_timespan_selector.cc
index 83f8a8f4aaa780ad98fd140965b8dbc5c70a54ab..9a294aff1baa35312b962778d39074a894a08b68 100644 (file)
@@ -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;