gtk+ r21324 - in trunk: . gtk



Author: cosimoc
Date: Mon Sep  8 18:56:52 2008
New Revision: 21324
URL: http://svn.gnome.org/viewvc/gtk+?rev=21324&view=rev

Log:
2008-09-08  Cosimo Cecchi  <cosimoc gnome org>

	Bug 551325 - Reference to wrong parameter in gtk_editable_insert_text

	* gtk/gtkeditable.c: Fix a reference to an invalid parameter in the
	docs.


Modified:
   trunk/ChangeLog
   trunk/gtk/gtkeditable.c

Modified: trunk/gtk/gtkeditable.c
==============================================================================
--- trunk/gtk/gtkeditable.c	(original)
+++ trunk/gtk/gtkeditable.c	Mon Sep  8 18:56:52 2008
@@ -102,7 +102,7 @@
  * @new_text_length: the text to append
  * @position: position text will be inserted at
  *
- * Appends @new_text_length characters of @text to the contents of the widget,
+ * Appends @new_text_length characters of @new_text to the contents of the widget,
  * at position @position. Note that this position is in characters, not in bytes.
  **/
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]