]> git.tdb.fi Git - ext/subsurface.git/commit
Put the default focus on the dive list at startup
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Sep 2011 17:28:57 +0000 (10:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Sep 2011 17:28:57 +0000 (10:28 -0700)
commit4c113ee01622e515492ac3c3197df0cd281d58d4
treeec6f2eaaa148070927e4ee659b7a2d534043684c
parent68b666f50ab93f10b4261223f1036e0c4a1ca1b8
Put the default focus on the dive list at startup

This is some crazy stuff.  Apparently the only sane way to do this is by
hooking into the "realize" callback for the dive list widget.

Whatever. Dirk did the googling to figure this all out.

Suggested-by: Dirk Hohndel <dirk@hohndel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
divelist.c