~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to src/ibusinputcontext.c

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-26 22:47:52 UTC
  • mfrom: (1.2.3 upstream) (9 karmic)
  • mto: (6.2.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090626224752-ka1w2t85vuc03252
Tags: 1.2.0.20090617-1
* new upstream release.
* libibus0 -> libibus1:
  - debian/control: rename the package.
  - debian/libibus0.install: removed
  - debian/libibus0.symbols: removed
  - debian/libibus1.install: added
  - debian/libibus1.symbols: added
  - debian/rules: change script of dh_gtkmodules
* debian/ibus-gtk.install: updated.
* debian/control: 
  - ibus conflicts the ibus modules with low version. 
  - bump policy version to 3.8.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
    return FALSE;
542
542
}
543
543
 
 
544
 
544
545
gboolean
545
546
ibus_input_context_process_key_event (IBusInputContext *context,
546
547
                                      guint32           keyval,
 
548
                                      guint32           keycode,
547
549
                                      guint32           state)
548
550
{
549
551
    g_assert (IBUS_IS_INPUT_CONTEXT (context));
565
567
                                         -1,
566
568
                                         &error,
567
569
                                         G_TYPE_UINT, &keyval,
 
570
                                         G_TYPE_UINT, &keycode,
568
571
                                         G_TYPE_UINT, &state,
569
572
                                         G_TYPE_INVALID);
570
573
    if (!retval) {