]> Pileus Git - ~andy/gtk/commit
Fix up signal ordering issues in GtkEntry
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jun 2011 22:49:54 +0000 (18:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:08 +0000 (16:08 -0400)
commita1cf2315a07d9d391dbe2a739c8a490275945f2c
tree9f247d21ab771cd0765ee88760500a56d6099876
parent5398a160ad3be46ce436d3813d9c57d7ebe41af3
Fix up signal ordering issues in GtkEntry

Ensure that text and selection boundaries are in a
consistent state when we emit notifications, that ::insert-text
and ::delete-text are emitted before any changes, and that
::changed is emitted after property notifications when inserting
or deleting text.
gtk/gtkentry.c