diff options
author | Carlos Soriano <csoriano@redhat.com> | 2018-07-19 13:42:57 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-07-19 14:18:43 +0000 |
commit | af978d25b27e0370dd05ee3eaab6ba482a5e7272 (patch) | |
tree | 393015bcb730d12629c6433c6933e64ccfcf5329 /src/nautilus-toolbar.c | |
parent | 609bf585fe7b9e606fb2b81f021ae22b5354b612 (diff) | |
download | nautilus-af978d25b27e0370dd05ee3eaab6ba482a5e7272.tar.gz |
window-slot: Adjust indentation of property
Diffstat (limited to 'src/nautilus-toolbar.c')
-rw-r--r-- | src/nautilus-toolbar.c | 14 |
1 files 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); |