Merge branch 'dev' into hidpi-icons

This commit is contained in:
Hombre
2018-11-29 00:15:57 +01:00
264 changed files with 6738 additions and 5146 deletions

View File

@@ -227,7 +227,7 @@ void DirBrowser::updateDirTree (const Gtk::TreeModel::iterator& iter)
void DirBrowser::updateVolumes ()
{
int nvolumes = GetLogicalDrives ();
unsigned int nvolumes = GetLogicalDrives ();
if (nvolumes != volumes) {
GThreadLock lock;