]> Pileus Git - ~andy/gtk/commit
Fixed GtkIconView keynav
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 5 Jan 2011 12:58:32 +0000 (21:58 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 6 Jan 2011 04:51:49 +0000 (13:51 +0900)
commitbab0f5a5c1669c8324609efbaaeccc066445d808
tree7d1feb7d4ffd58af14a83c13852134f16f0f3cbe
parentb7c25c41d6d0abd548bbcd61e1a5b4266235a7b8
Fixed GtkIconView keynav

Icon View was not initially setting focus on a cell when
focus initially comes into the view. Focusing into whatever
is the first cell in the cursor item when set_cursor_item
is called with a NULL cell fixes this.
gtk/gtkiconview.c