From f16865829ff3dcc3fe835be1d40fd22322500d36 Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Fri, 26 Jul 2013 17:18:24 +0900 Subject: [PATCH] Release 1.5.3 Review URL: https://codereview.appspot.com/11708043 --- README | 3 +-- configure.ac | 2 +- src/ibusfactory.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 01b870e..7df9cf7 100644 --- a/README +++ b/README @@ -18,8 +18,7 @@ ibus: It is ibus daemon. hotkeys: -Ctrl + Space: Enable or Disable input method -Ctrl + Shift: Change input method. +Super + Space: Change input method. For more detail please refer to http://code.google.com/p/ibus/wiki/ReadMe . diff --git a/configure.ac b/configure.ac index 45c195a..a188896 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [5]) -m4_define([ibus_micro_version], [2]) +m4_define([ibus_micro_version], [3]) m4_define([ibus_abi_current], [5]) m4_define([ibus_abi_revision], [m4_eval(100 * ibus_minor_version + ibus_micro_version)]) diff --git a/src/ibusfactory.c b/src/ibusfactory.c index 204fc11..f35f7e6 100644 --- a/src/ibusfactory.c +++ b/src/ibusfactory.c @@ -290,7 +290,7 @@ ibus_factory_service_method_call (IBusService *service, g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_FAILED, - "Can not fond engine %s", + "Cannot find engine %s", engine_name); } return; -- 2.7.4