]> git.tdb.fi Git - ext/subsurface.git/commit
Keep the start/end spinbuttons as GtkWidget
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Nov 2011 16:37:49 +0000 (08:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 9 Nov 2011 16:37:49 +0000 (08:37 -0800)
commit8e6bdc4f94eec68ab88cfc031c2358acd0a34b3b
treefb231cf7edb0bcdc1e07fc5bdd6acec0bf74ece4
parent04b076cf40e0a4643493ee4671157ef4055f7fed
Keep the start/end spinbuttons as GtkWidget

For graying things out, we want a widget, not a spinbutton.  Although
I'm sure we could just cast things back and forth.  But let's be
consistent with what we do, and only ever cast from GtkWidget to
GtkSpinButton, and have the same logic as for the "o2" widget that also
needs to be explicitly enabled.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
equipment.c