From 2d35bb7091151f68b63ed6a7ce8afbcff0d3e64c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Nov 2008 07:58:34 +0000 Subject: [PATCH] More of the same svn path=/trunk/; revision=21823 --- ChangeLog | 1 + gtk/gtkselection.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 270675f68d..7d04072f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2008-11-29 Matthias Clasen + * gtk/gtkselection.c: * gtk/gtkentry.c: * gtk/gtkdnd.c: * gtk/gtkcolorsel.c: diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 8ea2a3c93a..0a3636d628 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -2178,7 +2178,7 @@ gtk_selection_init (void) * @widget: a #GtkWidget * @event: the event * - * The default handler for the GtkWidget::selection_clear_event + * The default handler for the #GtkWidget::selectionr-clear-event * signal. * * Return value: %TRUE if the event was handled, otherwise false @@ -2186,7 +2186,7 @@ gtk_selection_init (void) * Since: 2.2 * * Deprecated: 2.4: Instead of calling this function, chain up from - * your selection_clear_event handler. Calling this function + * your selection-clear-event handler. Calling this function * from any other context is illegal. **/ gboolean