fix jack transport return value
[ardour.git] / gtk2_ardour / soundcloud_export_selector.cc
index 8ecdf5d49bbb3ddda997f64dcb56243bd697cd13..e9ef5a3060e09724d2db3f0810131d9aa1968f55 100644 (file)
@@ -71,7 +71,7 @@ SoundcloudExportSelector::SoundcloudExportSelector () :
        sc_table.set_row_spacings (5);
        sc_frame->add (sc_table);
 
-       sc_table.attach ( *(Gtk::manage (new Gtk::Image (get_icon (X_("soundcloud"))))) , 0, 1,  0, 2);
+       sc_table.attach ( *(Gtk::manage (new Gtk::Image (ARDOUR_UI_UTILS::get_icon (X_("soundcloud"))))) , 0, 1,  0, 2);
 
        sc_table.attach (soundcloud_username_label,    0, 1,  1, 2);
        sc_table.attach (soundcloud_username_entry,    1, 3,  1, 2);