aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/udisks2/udisks2plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/udisks2/udisks2plugin.cpp b/src/plugins/General/udisks2/udisks2plugin.cpp
index 9024161bb..c2029c297 100644
--- a/src/plugins/General/udisks2/udisks2plugin.cpp
+++ b/src/plugins/General/udisks2/udisks2plugin.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2013 by Ilya Kotov *
+ * Copyright (C) 2013-2014 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -110,7 +110,7 @@ void UDisks2Plugin::updateActions()
dev_path = "cdda://" + device->deviceFile();
}
else if (m_detectRemovable && device->isMounted() &&
- device->property("Size").toLongLong() < 17000000000LL &&
+ device->property("Size").toLongLong() < 40000000000LL &&
(device->property("IdType").toString() == "vfat" ||
device->property("IdType").toString() == "iso9660" ||
device->property("IdType").toString() == "udf" ||