[shotwell] Fix tabs
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix tabs
- Date: Sun, 25 Jun 2017 14:57:08 +0000 (UTC)
commit 30392070469331dd4603b307adfa2e73b16d3f4a
Author: Jens Georg <mail jensge org>
Date: Sun Jun 25 16:56:43 2017 +0200
Fix tabs
src/LibraryFiles.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/LibraryFiles.vala b/src/LibraryFiles.vala
index 26d618b..5e4f271 100644
--- a/src/LibraryFiles.vala
+++ b/src/LibraryFiles.vala
@@ -12,11 +12,11 @@ public void select_copy_function() {
var import_dir = AppDirs.get_import_dir();
try {
- var info = import_dir.query_filesystem_info("filesystem::type", null);
- use_fallback_copy_func = info.get_attribute_as_string("filesystem::type") == "nfs";
+ var import_dir = dir.query_filesystem_info("filesystem::type", null);
+ use_fallback_copy_func = info.get_attribute_as_string("filesystem::type") == "nfs";
} catch (Error error) {
critical ("Failed to query fs type: %s", error.message);
- use_fallback_copy_func = true;
+ use_fallback_copy_func = true;
}
info ("Using fallback copy: %s", use_fallback_copy_func.to_string());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]