]> 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)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Mar 2010 03:24:33 +0000 (23:24 -0400)
commit5f29a679f8a31b6548f34179d65a39de9ec63535
tree64b70ec80d2c38f18dd8469eee1debbaa19639e9
parent8dc4a4f95485e0a63eff58728503baacce82d09f
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