[webkit-reviews] review granted: [Bug 16863] [GTK] tab focusing doesn't work : [Attachment 19202] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 04:46:05 PST 2008


Mark Rowe (bdash) <mrowe at apple.com> has granted Alp Toker <alp at atoker.com>'s
request for review:
Bug 16863: [GTK] tab focusing doesn't work
http://bugs.webkit.org/show_bug.cgi?id=16863

Attachment 19202: Fix
http://bugs.webkit.org/attachment.cgi?id=19202&action=edit

------- Additional Comments from Mark Rowe (bdash) <mrowe at apple.com>
It might be worth looking at setting things up such that you can do:

#if HAVE(GDK_META_MASK)

rather than:

#if GTK_CHECK_VERSION(2,10,0)

as it'd be clearer what the test is about.  Either way, r=me.


More information about the webkit-reviews mailing list