[Webkit-unassigned] [Bug 32290] [GTK] can't input korean into lower all input box except adress input box in webkit gtk launcher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 02:15:54 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32290





--- Comment #23 from sandy paulanskaya <kuh3h3 at gmail.com>  2010-02-18 02:15:54 PST ---
(In reply to comment #21)
> Created an attachment (id=48710)
 --> (https://bugs.webkit.org/attachment.cgi?id=48710) [details]
> Patch for this issue (rev5)
> 
> The style bot is a harsh mistress. I've updated the patch to fix the style nit.

thanks for new v5 patch

but i got some error about gtk version 2,14.

 CC     WebKit/gtk/tests/Programs_unittests_testkeyevents-testkeyevents.o
WebKit/gtk/tests/testkeyevents.c: In function ‘test_xim_load_status_cb’:
WebKit/gtk/tests/testkeyevents.c:258: warning: implicit declaration of function
‘gtk_im_multicontext_get_context_id’
WebKit/gtk/tests/testkeyevents.c:258: warning: initialization makes pointer
from integer without a cast
WebKit/gtk/tests/testkeyevents.c:259: warning: implicit declaration of function
‘gtk_im_multicontext_set_context_id’
  CCLD   Programs/unittests/testkeyevents
WebKit/gtk/tests/Programs_unittests_testkeyevents-testkeyevents.o: In function
`test_xim_load_status_cb':
testkeyevents.c:(.text+0x289): undefined reference to
`gtk_im_multicontext_get_context_id'
testkeyevents.c:(.text+0x2ae): undefined reference to
`gtk_im_multicontext_set_context_id'
testkeyevents.c:(.text+0x406): undefined reference to
`gtk_im_multicontext_set_context_id'
collect2: ld returned 1 exit status
make[1]: *** [Programs/unittests/testkeyevents] error 1

maybe gtk_im_multicontext_get_context_id is gtk 2.16 function?
i want some ifdef statements for my gtk 2.14

. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list