aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/udisks
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/udisks')
-rw-r--r--src/plugins/General/udisks/udisksplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/udisks/udisksplugin.cpp b/src/plugins/General/udisks/udisksplugin.cpp
index 5034c992e..38abd7d21 100644
--- a/src/plugins/General/udisks/udisksplugin.cpp
+++ b/src/plugins/General/udisks/udisksplugin.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2010-2013 by Ilya Kotov *
+ * Copyright (C) 2010-2014 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -111,7 +111,7 @@ void UDisksPlugin::addDevice(QDBusObjectPath o)
delete device;
return;
}
- if (device->property("PartitionSize").toLongLong() < 17000000000LL &&
+ if (device->property("PartitionSize").toLongLong() < 40000000000LL &&
(device->property("IdType").toString() == "vfat" ||
device->property("IdType").toString() == "iso9660" ||
device->property("IdType").toString() == "udf" ||