From 123715d878d7e148956284ce08baf64c68d3a0c8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 May 2014 11:55:57 -0400 Subject: [PATCH] Minor documentation fix Two stray references, pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=730035 --- gtk/gtkfilefilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index 6fb533f191..45409e22b9 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -44,7 +44,7 @@ * supports adding rules using the , and * elements and listing the rules within. Specifying * a or has the same effect as as calling - * gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern(). + * gtk_file_filter_add_mime_type() or gtk_file_filter_add_pattern(). * * An example of a UI definition fragment specifying GtkFileFilter * rules: