diff --git a/ChangeLog b/ChangeLog index 7244d998ad..4e7a3bcec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-10 Matthias Clasen + * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): + Fix a doc typo. (#169873, Johan Dahlin) + * gtk/gtkdialog.c (gtk_dialog_map): Don't try to focus the default_widget if there is none. (#169881, Thomas Leonard) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7244d998ad..4e7a3bcec9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-03-10 Matthias Clasen + * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): + Fix a doc typo. (#169873, Johan Dahlin) + * gtk/gtkdialog.c (gtk_dialog_map): Don't try to focus the default_widget if there is none. (#169881, Thomas Leonard) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7244d998ad..4e7a3bcec9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-03-10 Matthias Clasen + * gtk/gtkliststore.c (gtk_list_store_insert_with_valuesv): + Fix a doc typo. (#169873, Johan Dahlin) + * gtk/gtkdialog.c (gtk_dialog_map): Don't try to focus the default_widget if there is none. (#169881, Thomas Leonard) diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index 6149225569..36cb4cc4a3 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -1985,7 +1985,7 @@ gtk_list_store_insert_with_values (GtkListStore *list_store, * @values: an array of GValues * @n_values: the length of the @columns and @values arrays * - * A variant of gtk_list_Store_insert_with_values() which + * A variant of gtk_list_store_insert_with_values() which * takes the columns and values as two arrays, instead of * varargs. This function is mainly intended for * language-bindings.