summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-12 13:44:17 +0200
committerCarlos Soriano <csoriano@gnome.org>2016-04-12 13:44:17 +0200
commit20578f1bd7684ea91ed2eb2c014f0982058b5fcc (patch)
treee6148f5fac99c6c645d1d0829dda69973dac5f13
parent97ecaeab31fc3f8d5a03c400a5c5b79ca7356aee (diff)
downloadnautilus-20578f1bd7684ea91ed2eb2c014f0982058b5fcc.tar.gz
files-view: move comment inside the function
-rw-r--r--src/nautilus-files-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 37ca728ea..b701b488b 100644
--- a/src/nautilus-files-view.c
+++ b/src/nautilus-files-view.c
@@ -4057,11 +4057,11 @@ nautilus_files_view_special_link_in_selection (NautilusFilesView *view,
return NAUTILUS_FILES_VIEW_CLASS (G_OBJECT_GET_CLASS (view))->special_link_in_selection (view, selection);
}
-/* Normal view doesn't have any special link */
static gboolean
real_special_link_in_selection (NautilusFilesView *view,
GList *selection)
{
+ /* Normal views doesn't have any special link */
return FALSE;
}