From c7afdb18c2c9f03de12c66e6e13a9ed767941d52 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Jan 2005 06:41:42 +0000 Subject: [PATCH] Typo fix. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkseparatortoolitem.c | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a0c90431b..35dd6c46c7 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 2a0c90431b..35dd6c46c7 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 2a0c90431b..35dd6c46c7 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 f6637cb606..f2c909ac46 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 -- GitLab