]> Pileus Git - ~andy/gtk/commit
gtkmain: Invoke keysnoopers unconditionally
authorBenjamin Otte <otte@redhat.com>
Wed, 1 Feb 2012 14:44:27 +0000 (15:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 1 Feb 2012 14:45:49 +0000 (15:45 +0100)
commitc0ee68b7fe48a989bb02a06cc94fc13bddb39de3
treeaae45634b2907747ac1f0f5ba8212181d361cae9
parent26ff536069011c9054d7eb7235b4b4409022a910
gtkmain: Invoke keysnoopers unconditionally

Now that ATK no longer uses a key snooper but is invoked directly,
checking in advance for existing snoopers is wrong and stops ATK from
working.

Also: code reduction without performance loss == good thing.

https://bugzilla.gnome.org/show_bug.cgi?id=669176
gtk/gtkmain.c