]> Pileus Git - ~andy/gtk/commit
Avoid spurious notifications from GtkEntry
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Mar 2010 03:20:38 +0000 (23:20 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:17 +0000 (20:59 -0400)
commitfe34ee4ff381bf563becea7dd9fd5e2a86df390f
tree591e4b8ae654a184165490188a0139048f74f837
parent95dbbe2bda8a92087dcd33b3d3805847147c4eb2
Avoid spurious notifications from GtkEntry

Using gtk_entry_set_buffer() in dispose() causes problematic
notifications, so just get rid of the buffer manually. See bug 613241.
gtk/gtkentry.c