diff --git a/ChangeLog b/ChangeLog index 55b15a5e3c..f5f012756a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-28 Behdad Esfahbod + + * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in + docs. (#340063) + 2006-04-27 Behdad Esfahbod * gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 55b15a5e3c..f5f012756a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-04-28 Behdad Esfahbod + + * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in + docs. (#340063) + 2006-04-27 Behdad Esfahbod * gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 2fa2309dcc..7234fb60ba 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -5285,7 +5285,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.