summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--gtk/gtkentry.c4
-rw-r--r--gtk/gtklabel.c2
-rw-r--r--gtk/gtktextview.c2
4 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 725f9da283..a74f681648 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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:
* gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
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,