summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2016-03-02 00:48:36 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2016-06-20 12:36:28 -0300
commit69f30e714e87095ad5715c4c0ac5ec38ef8c0a05 (patch)
treec41876bf73ccdf5b1b55ef988f41c8ec69ffd49a
parentefacc0a3eca3d4165188c744366e4d089a1325cb (diff)
downloadnautilus-69f30e714e87095ad5715c4c0ac5ec38ef8c0a05.tar.gz
view: fix documentation
The documentation for NautilusView::view-widget was still copy-pasted from another property. Correct it by adding the correct description. https://bugzilla.gnome.org/show_bug.cgi?id=767874
-rw-r--r--src/nautilus-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 17916025f..f14b9f0cd 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -40,7 +40,7 @@ nautilus_view_default_init (NautilusViewInterface *iface)
/**
* NautilusView::view-widget:
*
- * %TRUE if the view is loading the location, %FALSE otherwise.
+ * The widget to be inserted into the view menu.
*/
g_object_interface_install_property (iface,
g_param_spec_object ("view-widget",