diff ChangeLog @ 29290:03705a4f3dc0

gtkrequest: Handle a multiline text field being set as required properly. The GtkTextView wasn't having setup_entry_field() called on it, which listens for the changed signal if the field is required. The result was that it was impossible to submit such a form because Pidgin never thought it was sufficiently filled in.
author Paul Aurich <paul@darkrain42.org>
date Sat, 23 Jan 2010 03:56:35 +0000
parents 337ab97fa198
children 5bacbd78e2b4
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 22 17:36:42 2010 +0000
+++ b/ChangeLog	Sat Jan 23 03:56:35 2010 +0000
@@ -31,6 +31,8 @@
 	Pidgin:
 	* Correctly size conversation and status box entries when the
 	  interior-focus style property is diabled. (Gabriel Schulhof)
+	* Correctly handle a multiline text field being required in a
+	  request form.  (Thanks to Florian Zeitz for finding this problem)
 
 version 2.6.5 (01/08/2010):
 	libpurple: