Merge branch 'dev' into hidpi-icons
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user