diff --git a/ChangeLog b/ChangeLog index 2a0c90431ba86ec48c0c6ba68ab99e237d2f5bf9..35dd6c46c7c49bfc051916c9c7455027882c5d41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-29 Matthias Clasen + + * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): + Typo fix. (#165581, Masao Mutoh) + Thu Jan 27 14:25:45 2005 Manish Singh * README.cvs-commits: update ancient IRC info. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2a0c90431ba86ec48c0c6ba68ab99e237d2f5bf9..35dd6c46c7c49bfc051916c9c7455027882c5d41 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-01-29 Matthias Clasen + + * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): + Typo fix. (#165581, Masao Mutoh) + Thu Jan 27 14:25:45 2005 Manish Singh * README.cvs-commits: update ancient IRC info. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2a0c90431ba86ec48c0c6ba68ab99e237d2f5bf9..35dd6c46c7c49bfc051916c9c7455027882c5d41 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-01-29 Matthias Clasen + + * gtk/gtkseparatortoolitem.c (gtk_separator_tool_item_set_draw): + Typo fix. (#165581, Masao Mutoh) + Thu Jan 27 14:25:45 2005 Manish Singh * README.cvs-commits: update ancient IRC info. diff --git a/gtk/gtkseparatortoolitem.c b/gtk/gtkseparatortoolitem.c index f6637cb60676f9488a8fc38d610adb5586ebb320..f2c909ac46e8443496bd1314b40cf4f4339127db 100644 --- a/gtk/gtkseparatortoolitem.c +++ b/gtk/gtkseparatortoolitem.c @@ -287,7 +287,7 @@ gtk_separator_tool_item_get_draw (GtkSeparatorToolItem *item) /** * gtk_separator_tool_item_set_draw: * @item: a #GtkSeparatorToolItem - * @draw: whether @separator_tool_item is drawn as a vertical iln + * @draw: whether @separator_tool_item is drawn as a vertical line * * When @separator_tool_items is drawn as a vertical line, or just blank. * Setting this #FALSE along with gtk_tool_item_set_expand() is useful