gtk+ r22140 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22140 - in trunk: . gtk
- Date: Mon, 19 Jan 2009 05:01:35 +0000 (UTC)
Author: matthiasc
Date: Mon Jan 19 05:01:35 2009
New Revision: 22140
URL: http://svn.gnome.org/viewvc/gtk+?rev=22140&view=rev
Log:
* gtk/gtkentry.c:
* gtk/gtklabel.c:
* gtk/gtktextview.c: Correct some copy-and-paste mistakes in
keybinding signal docs. Pointed out by Pascal Terjan.
Modified:
trunk/ChangeLog
trunk/gtk/gtkentry.c
trunk/gtk/gtklabel.c
trunk/gtk/gtktextview.c
Modified: trunk/gtk/gtkentry.c
==============================================================================
--- trunk/gtk/gtkentry.c (original)
+++ trunk/gtk/gtkentry.c Mon Jan 19 05:01:35 2009
@@ -1228,7 +1228,7 @@
* 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 @@
* 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,
Modified: trunk/gtk/gtklabel.c
==============================================================================
--- trunk/gtk/gtklabel.c (original)
+++ trunk/gtk/gtklabel.c Mon Jan 19 05:01:35 2009
@@ -294,7 +294,7 @@
* 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,
Modified: trunk/gtk/gtktextview.c
==============================================================================
--- trunk/gtk/gtktextview.c (original)
+++ trunk/gtk/gtktextview.c Mon Jan 19 05:01:35 2009
@@ -711,7 +711,7 @@
* 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]