]> Pileus Git - ~andy/gtk/commit
GtkToolbar: partial fix for toolbar editing
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Aug 2011 15:45:01 +0000 (11:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 27 Aug 2011 15:45:01 +0000 (11:45 -0400)
commit0039418001baf82e740c636e1f3ef29850219c44
tree763b8e65f65085a13cb7f519800cd3ca9a059a31
parentc8e8cdaaf49a6fc67d3e5c99cb9a0d266c748584
GtkToolbar: partial fix for toolbar editing

When using an editable toolbar in evince, we can end up
in gtk_toolbar_get_visible() position with item being the
highlight_tool_item, but not one of the regular children.
So, handle that.
gtk/gtktoolbar.c