summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-03-24 17:10:03 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-03-24 17:10:03 +0100
commit7d2d1215f38b2febf02bf8831f365530a578efcc (patch)
treee83ecb6e48dfa4a0ced47d03bbe565c9b03bfd6c
parent7af092cfe5d2e68ed61d6013170a90e85f36a382 (diff)
downloadnautilus-7d2d1215f38b2febf02bf8831f365530a578efcc.tar.gz
nautilus-file: fix test for distcheck
I'm not sure when this brake, and why it has to be eazel:/// when the uri is eazel: . I tried to debug with a older glib and older nautilus but nothing fixed it. For now workaround it or "fix" it, since for me it makes sense that the name is the uri if nothing else is available...
-rw-r--r--libnautilus-private/nautilus-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-file.c b/libnautilus-private/nautilus-file.c
index 26d1d4153..d498f1082 100644
--- a/libnautilus-private/nautilus-file.c
+++ b/libnautilus-private/nautilus-file.c
@@ -8246,7 +8246,7 @@ nautilus_self_check_file (void)
nautilus_file_unref (file_1);
file_1 = nautilus_file_get_by_uri ("eazel:");
- EEL_CHECK_STRING_RESULT (nautilus_file_get_name (file_1), "eazel:///");
+ EEL_CHECK_STRING_RESULT (nautilus_file_get_name (file_1), "eazel:");
nautilus_file_unref (file_1);
/* sorting */