GNOME Bugzilla – Bug 640809
GtkButton cannot be set as insensitve in ::clicked callback
Last modified: 2011-01-28 12:00:30 UTC
Created attachment 179499 [details] test app See the attached test code. Clicking the button should make it insensitive but this no longer works with GTK+ 3.
This bug was fixed in this commit: commit a0e1fa9e77a0082afda4b86d2f50f78c54a00ee7 Author: Carlos Garnacho <carlosg@gnome.org> Date: Sun Jan 23 18:04:41 2011 +0100 Gtk(Toggle)Button: preserve untouched state flags when updating state. Partly fixes bug #640282, noticed by Christian Persch. buttons were clobbering the insensitive flag when updating their state.