From 2bcd67efbb0f70f87f2c568f5866fa3bcda34108 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 5 Oct 2003 20:39:17 +0000 Subject: [PATCH] Trim whitespace in "visible-window" blurb. (#123910, Christian Rose) Sun Oct 5 22:38:22 2003 Matthias Clasen * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in "visible-window" blurb. (#123910, Christian Rose) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkeventbox.c | 8 ++++---- 6 files changed, 29 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ada395272e..fd2e16c1ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 5 22:38:22 2003 Matthias Clasen + + * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in + "visible-window" blurb. (#123910, Christian Rose) + Sun Oct 5 00:53:15 2003 Soeren Sandmann * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ada395272e..fd2e16c1ef 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Oct 5 22:38:22 2003 Matthias Clasen + + * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in + "visible-window" blurb. (#123910, Christian Rose) + Sun Oct 5 00:53:15 2003 Soeren Sandmann * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ada395272e..fd2e16c1ef 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sun Oct 5 22:38:22 2003 Matthias Clasen + + * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in + "visible-window" blurb. (#123910, Christian Rose) + Sun Oct 5 00:53:15 2003 Soeren Sandmann * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ada395272e..fd2e16c1ef 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Oct 5 22:38:22 2003 Matthias Clasen + + * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in + "visible-window" blurb. (#123910, Christian Rose) + Sun Oct 5 00:53:15 2003 Soeren Sandmann * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ada395272e..fd2e16c1ef 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Oct 5 22:38:22 2003 Matthias Clasen + + * gtk/gtkeventbox.c (gtk_event_box_class_init): Trim whitespace in + "visible-window" blurb. (#123910, Christian Rose) + Sun Oct 5 00:53:15 2003 Soeren Sandmann * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order): diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c index f1d7789c03..442563ed10 100644 --- a/gtk/gtkeventbox.c +++ b/gtk/gtkeventbox.c @@ -117,7 +117,7 @@ gtk_event_box_class_init (GtkEventBoxClass *class) PROP_VISIBLE_WINDOW, g_param_spec_boolean ("visible-window", _("Visible Window"), - _(" Whether the event box is visible, as opposed to invisible and only used to trap events."), + _("Whether the event box is visible, as opposed to invisible and only used to trap events."), FALSE, G_PARAM_READWRITE)); g_object_class_install_property (gobject_class, @@ -241,7 +241,7 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box) * you want to set the background to a different color or * draw on it. * - * + * * There is one unexpected issue for an invisible event box that has its * window below the child. (See gtk_event_box_set_above_child().) * Since the input-only window is not an ancestor window of any windows @@ -250,11 +250,11 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box) * The practical effect of this is if an event isn't in the event * mask for the descendant window (see gtk_widget_add_events()), * it won't be received by the event box. - * + * * This problem doesn't occur for visible event boxes, because in * that case, the event box window is actually the ancestor of the * descendant windows, not just at the same place on the screen. - * + * * * Since: 2.4 **/