Fix typo in docs. (#340063)

2006-04-28  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
        docs. (#340063)
This commit is contained in:
Behdad Esfahbod 2006-04-28 21:43:44 +00:00 committed by Behdad Esfahbod
parent 373cbb13be
commit 0bce92f67d
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
docs. (#340063)
2006-04-28 Matthias Clasen <mclasen@redhat.com> 2006-04-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force

View File

@ -1,3 +1,8 @@
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
docs. (#340063)
2006-04-28 Matthias Clasen <mclasen@redhat.com> 2006-04-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force

View File

@ -5395,7 +5395,7 @@ gtk_widget_create_pango_context (GtkWidget *widget)
* font description, and base direction for drawing text for * font description, and base direction for drawing text for
* this widget. * this widget.
* *
* If you keep a #PangoLayout created in this way around, in order * If you keep a #PangoLayout created in this way around, in order to
* notify the layout of changes to the base direction or font of this * notify the layout of changes to the base direction or font of this
* widget, you must call pango_layout_context_changed() in response to * widget, you must call pango_layout_context_changed() in response to
* the ::style-set and ::direction-changed signals for the widget. * the ::style-set and ::direction-changed signals for the widget.