From 20578f1bd7684ea91ed2eb2c014f0982058b5fcc Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Tue, 12 Apr 2016 13:44:17 +0200 Subject: files-view: move comment inside the function --- src/nautilus-files-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.1