GNOME Bugzilla – Bug 339799
GtkEntry should not emit notify::text more than once while calling gtk_entry_set_text()
Last modified: 2006-04-26 21:27:13 UTC
gtk_entry_set_text() calls gtk_entry_delete_text() and gtk_entry_insert_text() and both of them emit the "notify::text" signal. IMHO it should only be emitted while actually setting the text.
Created attachment 64307 [details] [review] Proposed patch
Sorry, it is both the "changed" signal and the "notify::text" signal.
Created attachment 64309 [details] Testcase
*** This bug has been marked as a duplicate of 64998 ***