~ubuntu-branches/ubuntu/precise/ibus/precise

« back to all changes in this revision

Viewing changes to client/x11/main.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-03-06 09:45:51 UTC
  • mfrom: (6.2.20 sid)
  • Revision ID: package-import@ubuntu.com-20120306094551-2oj8nro3h3uesu8a
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/control: Install im-switch instead of im-config by default.
  - debian/rules: Build with dh_translations. Add dh-translations build
    dependency.
  - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
    Methods"
  - Add 05_appindicator.patch: Use an indicator rather than a notification
    icon. Add python-appindicator recommends.
  - debian/control: Recommends on ibus-gtk, ibus-qt4, ibus-clutter need to
    be alternatives, because we want derivatives to be able to pick the ones
    they need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
    }
304
304
 
305
305
    for (i=0; i< (int) call_data->status_attr_num; ++i, ++sts_attr) {
306
 
        LOG (1, "Unkown status attribute: %s", sts_attr->name);
 
306
        LOG (1, "Unknown status attribute: %s", sts_attr->name);
307
307
    }
308
308
 
309
309
    return attrs;
774
774
        LOG (1, "XIM_SYNC_REPLY");
775
775
        return 0;
776
776
    default:
777
 
        LOG (1, "Unkown (%d)", call_data->major_code);
 
777
        LOG (1, "Unknown (%d)", call_data->major_code);
778
778
        return 0;
779
779
    }
780
780
}