From c921fdf53b42fe222017b2498b353a6c818af5d8 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 30 Jun 2003 13:10:12 +0000 Subject: [PATCH] kill some stray characters breaking the build. 2003-06-30 Mark McLoughlin * gtk/gtkexpander.h: kill some stray characters breaking the build. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkexpander.h | 6 +++--- 6 files changed, 28 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index aaa8062c37..0c9a9ebfaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-30 Mark McLoughlin + + * gtk/gtkexpander.h: kill some stray characters + breaking the build. + 2003-06-30 Mark McLoughlin Add GtkExpander. See discussion in bug #60553. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index aaa8062c37..0c9a9ebfaf 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2003-06-30 Mark McLoughlin + + * gtk/gtkexpander.h: kill some stray characters + breaking the build. + 2003-06-30 Mark McLoughlin Add GtkExpander. See discussion in bug #60553. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index aaa8062c37..0c9a9ebfaf 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2003-06-30 Mark McLoughlin + + * gtk/gtkexpander.h: kill some stray characters + breaking the build. + 2003-06-30 Mark McLoughlin Add GtkExpander. See discussion in bug #60553. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index aaa8062c37..0c9a9ebfaf 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2003-06-30 Mark McLoughlin + + * gtk/gtkexpander.h: kill some stray characters + breaking the build. + 2003-06-30 Mark McLoughlin Add GtkExpander. See discussion in bug #60553. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index aaa8062c37..0c9a9ebfaf 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2003-06-30 Mark McLoughlin + + * gtk/gtkexpander.h: kill some stray characters + breaking the build. + 2003-06-30 Mark McLoughlin Add GtkExpander. See discussion in bug #60553. diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h index 912e612a75..e838a80aa6 100644 --- a/gtk/gtkexpander.h +++ b/gtk/gtkexpander.h @@ -50,9 +50,9 @@ struct _GtkExpanderClass { GtkBinClass parent_class; -  /* Key binding signal; to get notification on the expansion -  * state connect to notify::expanded. -  */ + /* Key binding signal; to get notification on the expansion + * state connect to notify:expanded. + */ void (* activate) (GtkExpander *expander); }; -- GitLab