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
This commit is contained in:
Matthias Clasen 2009-01-19 05:01:35 +00:00
parent 92019f40eb
commit 3baf9b5e21
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,12 @@
2009-01-18 Matthias Clasen <mclasen@redhat.com>
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 <mclasen@redhat.com>
* gtk/gtk.symbols:

View File

@ -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,

View File

@ -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,

View File

@ -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,