[nautilus/path-bar-templates-and-extensions: 4/8] window-slot: Adjust indentation of property



commit af978d25b27e0370dd05ee3eaab6ba482a5e7272
Author: Carlos Soriano <csoriano redhat com>
Date:   Thu Jul 19 13:42:57 2018 +0200

    window-slot: Adjust indentation of property

 src/nautilus-toolbar.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index e44b2ef54..172677270 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -1147,13 +1147,13 @@ nautilus_toolbar_class_init (NautilusToolbarClass *klass)
                               FALSE,
                               G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
 
-        properties [PROP_WINDOW_SLOT] =
-          g_param_spec_object ("window-slot",
-                               "Whether to show the location entry",
-                               "Whether to show the location entry instead of the pathbar",
-                               NAUTILUS_TYPE_WINDOW_SLOT,
-                               (G_PARAM_READWRITE |
-                                G_PARAM_STATIC_STRINGS));
+    properties [PROP_WINDOW_SLOT] =
+      g_param_spec_object ("window-slot",
+                           "Window slot currently active",
+                           "Window slot currently acive",
+                           NAUTILUS_TYPE_WINDOW_SLOT,
+                           (G_PARAM_READWRITE |
+                            G_PARAM_STATIC_STRINGS));
 
     g_object_class_install_properties (oclass, NUM_PROPERTIES, properties);
 


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