Author Topic: No repsonse when change source tab: scim_bridge_client_imcontext_focus_in  (Read 2734 times)

Offline kipade

  • Multiple posting newcomer
  • *
  • Posts: 50
I update my codeblocks version to svn 8811,
however, when I want to change focus to another tab, in another words, I want to change second file, my codeblocks loss response,...
I re-open it in terminal, and do the same action, I find a endless output like following:
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_out ()
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_in ()
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_out ()
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_in ()
Another command is pending...

And Im sure its OK for my scim, because I use scim everywhere.
My system is Slackware linux 14.0, wxWidgets 2.9X
Thanks.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
C::B is not currently fully ported to wx2.9, have you upgraded recently?
Also what was your previous version you've upgraded from?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline kipade

  • Multiple posting newcomer
  • *
  • Posts: 50
Oh! my CB is always from svn, I forgot the last version i used.
Thanks to you I know the reason.
Thank you.