diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-19 05:01:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-19 05:01:35 +0000 |
commit | 3baf9b5e218f3bc05c63e3af33a2522d477c8c32 (patch) | |
tree | e6f6a66a9cdf3bdca8f7dd39c74f036e9687da6b /gtk/gtklabel.c | |
parent | 92019f40ebd4da914b329f930e023d9acba06337 (diff) | |
download | gtk+-3baf9b5e218f3bc05c63e3af33a2522d477c8c32.tar.gz |
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
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |