From 832643f42c20dd7b050580729149db3a64de8b45 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 19 Apr 2014 07:08:38 +0000 Subject: hal/udisks plugins: encreased disk size git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4261 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hal/halplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/hal/halplugin.cpp') diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp index 936d3d291..90f59bf65 100644 --- a/src/plugins/General/hal/halplugin.cpp +++ b/src/plugins/General/hal/halplugin.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -116,7 +116,7 @@ void HalPlugin::addDevice(const QString &udi) return; } - if (device->property("volume.size").toLongLong() < 17000000000LL && + if (device->property("volume.size").toLongLong() < 40000000000LL && (device->property("volume.fstype").toString() == "vfat" || device->property("volume.fstype").toString() == "iso" || device->property("volume.fstype").toString() == "udf" || -- cgit v1.2.3-13-gbd6f