[nautilus/origin/wip/desktop-split-nofonclicts: 10/26] files-view: move comment inside the function



commit 20578f1bd7684ea91ed2eb2c014f0982058b5fcc
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Apr 12 13:44:17 2016 +0200

    files-view: move comment inside the function

 src/nautilus-files-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
index 37ca728..b701b48 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;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]