]> Pileus Git - ~andy/gtk/commit
range: Don't perform a GTK+ grab
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 4 Jan 2012 23:27:57 +0000 (00:27 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 23 Feb 2012 21:47:06 +0000 (16:47 -0500)
commit170b391e74efd2983320f342c63f563d1a16176e
tree0dcfba70c8ecb37ebda4a8717ee91b52dbd5bf0c
parentce23d5259251fad6a929657b54d21f45f0e2d416
range: Don't perform a GTK+ grab

The implicit grab on priv->event_window already warrants that this
widget is the only one getting events while the button is pressed,
so avoid the extra GTK+ grab here.
gtk/gtkrange.c