Merge pull request #3444 from Beep6581/fix-glibmm-2.50-incompatibility

Fix incompatibility with glibmm 2.50 (#3440)
This commit is contained in:
Floessie
2016-10-01 13:16:18 +02:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ std::vector<Glib::ustring> listSubDirs (const Glib::RefPtr<Gio::File>& dir, bool
} catch (const Glib::Exception& exception) {
if (options.rtSettings.verbose) {
std::cerr << "Failed to list subdirectories of \"" << dir << "\": " << exception.what () << std::endl;
std::cerr << "Failed to list subdirectories of \"" << dir->get_basename() << "\": " << exception.what () << std::endl;
}
}