[nautilus] files-view: move comment inside the function



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

    files-view: move comment inside the function
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712620

 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]