]> Pileus Git - ~andy/gtk/commitdiff
Fix typo in docs. (#340063)
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 28 Apr 2006 21:43:44 +0000 (21:43 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 28 Apr 2006 21:43:44 +0000 (21:43 +0000)
2006-04-28  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
        docs. (#340063)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkwidget.c

index 317c2780cb155775f3e84dcfb7cb5a01e0894cce..c03069f32b6d0696b0775bde2324f684c8bb6d84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
index 317c2780cb155775f3e84dcfb7cb5a01e0894cce..c03069f32b6d0696b0775bde2324f684c8bb6d84 100644 (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>
 
        * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
index 37747c81d8bdf7f257f931e47ca1e257d8f82f68..542a84d68859cbea6023e356d98e65d5680b34c1 100644 (file)
@@ -5395,7 +5395,7 @@ gtk_widget_create_pango_context (GtkWidget *widget)
  * font description, and base direction for drawing text for
  * 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
  * widget, you must call pango_layout_context_changed() in response to
  * the ::style-set and ::direction-changed signals for the widget.