diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-08 17:47:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-08 17:47:56 +0000 |
commit | 9808d08c9f6e7d812bd0635282127774468472e1 (patch) | |
tree | 28847e3ab92f404cea2498110049232d7117177a /meta/packages/webkit/files/fix_im.patch | |
parent | cf6db2d6d6ea77ed6297faee5444d91e4faae7cf (diff) | |
download | poky-9808d08c9f6e7d812bd0635282127774468472e1.tar.gz |
webkit-gtk: Add im hook
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3727 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/webkit/files/fix_im.patch')
-rw-r--r-- | meta/packages/webkit/files/fix_im.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/webkit/files/fix_im.patch b/meta/packages/webkit/files/fix_im.patch new file mode 100644 index 0000000000..4bd7b5a4cb --- /dev/null +++ b/meta/packages/webkit/files/fix_im.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp | ||
2 | =================================================================== | ||
3 | --- webkit-gtk-0.1+svnr28656-r4.orig/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:41:55.000000000 +0000 | ||
4 | +++ webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:42:17.000000000 +0000 | ||
5 | @@ -183,6 +183,7 @@ | ||
6 | hildon_gtk_im_context_filter_event(webViewData->imContext, (GdkEvent*)event); | ||
7 | hildon_gtk_im_context_show(webViewData->imContext); | ||
8 | #endif | ||
9 | + gtk_im_context_focus_in(webViewData->imContext); | ||
10 | } | ||
11 | |||
12 | return frame->eventHandler()->handleMouseReleaseEvent(PlatformMouseEvent(event)); | ||