diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-09-25 20:58:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-09-25 21:04:49 -0400 |
commit | 5ff8fe69715a7f0da56816246be7ffaa05bd5ce9 (patch) | |
tree | 8d4b5c65c9c61639b0982b98f184065e2a429b75 /gtk/gtkfontchooserwidget.c | |
parent | a6151ebb9566ed39a6b100d1cca6d5eae7246201 (diff) | |
download | gtk+-5ff8fe69715a7f0da56816246be7ffaa05bd5ce9.tar.gz |
Documentation fixes
Mostly making sure that return values and varargs don't loose
their docs.
Diffstat (limited to 'gtk/gtkfontchooserwidget.c')
-rw-r--r-- | gtk/gtkfontchooserwidget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index 9a3f37cb12..7a9d879ef9 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -532,6 +532,7 @@ gtk_font_chooser_widget_init (GtkFontChooserWidget *fontchooser) /* Creating fundamental widgets for the private struct */ priv->search_entry = gtk_entry_new (); priv->family_face_list = gtk_tree_view_new (); + gtk_tree_view_set_enable_search (GTK_TREE_VIEW (priv->family_face_list), FALSE); priv->preview = gtk_entry_new (); priv->size_slider = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, 0.0, |