From 3baf9b5e218f3bc05c63e3af33a2522d477c8c32 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Jan 2009 05:01:35 +0000 Subject: [PATCH] Correct some copy-and-paste mistakes in keybinding signal docs. Pointed * gtk/gtkentry.c: * gtk/gtklabel.c: * gtk/gtktextview.c: Correct some copy-and-paste mistakes in keybinding signal docs. Pointed out by Pascal Terjan. svn path=/trunk/; revision=22140 --- ChangeLog | 9 +++++++++ gtk/gtkentry.c | 4 ++-- gtk/gtklabel.c | 2 +- gtk/gtktextview.c | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 725f9da283..a74f681648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-01-18 Matthias Clasen + + Bug 568233 – Wrong statement about GtkEntry's "activate" signal + + * gtk/gtkentry.c: + * gtk/gtklabel.c: + * gtk/gtktextview.c: Correct some copy-and-paste mistakes in + keybinding signal docs. Pointed out by Pascal Terjan. + 2009-01-18 Matthias Clasen * gtk/gtk.symbols: diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index ea53d6f435..c9bb4ca061 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1228,7 +1228,7 @@ gtk_entry_class_init (GtkEntryClass *class) * which gets emitted when the user activates the entry. * * Applications should not connect to it, but may emit it with - * g_signal_emit_by_name() if they need to control scrolling + * g_signal_emit_by_name() if they need to control activation * programmatically. * * The default bindings for this signal are all forms of the Enter key. @@ -1257,7 +1257,7 @@ gtk_entry_class_init (GtkEntryClass *class) * the viewport to be moved instead. * * Applications should not connect to it, but may emit it with - * g_signal_emit_by_name() if they need to control scrolling + * g_signal_emit_by_name() if they need to control the cursor * programmatically. * * The default bindings for this signal come in two variants, diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index bbd314995e..229d7b07bc 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -294,7 +294,7 @@ gtk_label_class_init (GtkLabelClass *class) * the viewport to be moved instead. * * Applications should not connect to it, but may emit it with - * g_signal_emit_by_name() if they need to control scrolling + * g_signal_emit_by_name() if they need to control the cursor * programmatically. * * The default bindings for this signal come in two variants, diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 11d04904ba..5f1331e82e 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -711,7 +711,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass) * the viewport to be moved instead. * * Applications should not connect to it, but may emit it with - * g_signal_emit_by_name() if they need to control scrolling + * g_signal_emit_by_name() if they need to control the cursor * programmatically. * * The default bindings for this signal come in two variants,