summaryrefslogtreecommitdiff
path: root/src/library/LibraryWindow.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-20 23:09:20 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-20 23:09:20 +0200
commit850e65ba4fe8b08f88912e637e2e469cf367b3f6 (patch)
tree3b5255dd7045526bd6cd95c9dd3316bf4fe8977b /src/library/LibraryWindow.vala
parent313caf3932fab12b6cbf9c4f11cd80c8f25c92cf (diff)
parent18b52c2983a1b3409011f72d27f15de576c5eb1c (diff)
Update upstream source from tag 'upstream/0.28.4'
Update to upstream version '0.28.4' with Debian dir 6b82ec3fb97aab0b3e4bb752f68e0be9dfaea63e
Diffstat (limited to 'src/library/LibraryWindow.vala')
-rw-r--r--src/library/LibraryWindow.vala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/LibraryWindow.vala b/src/library/LibraryWindow.vala
index 47a0ad9..7f5100a 100644
--- a/src/library/LibraryWindow.vala
+++ b/src/library/LibraryWindow.vala
@@ -19,7 +19,8 @@ public class LibraryWindow : AppWindow {
private const string[] SUPPORTED_MOUNT_SCHEMES = {
"gphoto2:",
"disk:",
- "file:"
+ "file:",
+ "mtp:"
};
private const int BACKGROUND_PROGRESS_PULSE_MSEC = 250;