From ba484f1e1f167d23b561c164020cc41f27c7ac0e Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 22 Jun 2014 17:44:35 +1000 Subject: [PATCH] Fix finding icon sets by using correct utility function --- gtk2_ardour/utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc index fa305e6989..d17d28b072 100644 --- a/gtk2_ardour/utils.cc +++ b/gtk2_ardour/utils.cc @@ -693,7 +693,7 @@ get_icon_sets () vector entries; - get_files_in_directory (*s, entries); + get_paths (entries, *s, false, false); for (vector::iterator e = entries.begin(); e != entries.end(); ++e) { if (Glib::file_test (*e, Glib::FILE_TEST_IS_DIR)) {