~ubuntu-branches/ubuntu/wily/scim/wily-proposed

« back to all changes in this revision

Viewing changes to modules/FrontEnd/scim_x11_frontend.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Rolf Leggewie
  • Date: 2010-08-11 18:28:44 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100811182844-rnn95k63cwehtm75
Tags: 1.4.9-5
* debian/copyright: add my copyright
* debian/control: update to standard 3.9.1, no further changes necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
1086
1086
    // If the ic is not focused, then return.
1087
1087
    if (!is_focused_ic (ic)) {
1088
1088
        SCIM_DEBUG_FRONTEND(1) << "IC " << call_data->icid << " is not focused, focus it first.\n";
1089
 
        ims_set_ic_focus_handler (ims, (IMChangeFocusStruct *) call_data);
 
1089
        // ims_set_ic_focus_handler (ims, (IMChangeFocusStruct *) call_data);
 
1090
        return 1;
1090
1091
    }
1091
1092
 
1092
1093
    XKeyEvent *event = (XKeyEvent*) &(call_data->event);