summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2015-12-09 17:15:04 +0100
committerTimm Bäder <mail@baedert.org>2015-12-12 09:29:08 +0100
commitc02f68f0bacaabcf4b9ec8639ef819d4857f2911 (patch)
tree621bb3a9f8e22a92cd307b4be1e89389ff95c7b2 /gtk/gtkflowbox.c
parent776f034e2d7e650738911b74da31b15ad579b89f (diff)
downloadgtk+-c02f68f0bacaabcf4b9ec8639ef819d4857f2911.tar.gz
GtkFlowBox: Fix copy/paste mistake in docs
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r--gtk/gtkflowbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index d035174237..775d0a0fd8 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -4994,8 +4994,8 @@ gtk_flow_box_invalidate_filter (GtkFlowBox *box)
* gtk_flow_box_child_changed()) and when gtk_flow_box_invalidate_sort()
* is called.
*
- * + * Note that using a sort function is incompatible with using a model
- * + * (see gtk_list_box_bind_model()).
+ * Note that using a sort function is incompatible with using a model
+ * (see gtk_flow_box_bind_model()).
*
* Since: 3.12
*/