Fixed typo
This commit is contained in:
parent
4a177e3cd7
commit
029f1d2ad5
@ -1,24 +1 @@
|
|||||||
From d38d276c4b6955a42088826f44174d96c4930043 Mon Sep 17 00:00:00 2001
|
|
||||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
|
||||||
Date: Tue, 19 Oct 2010 00:01:09 +0900
|
|
||||||
Subject: [PATCH] Fixed thumb-shift key table customization.
|
|
||||||
|
|
||||||
---
|
|
||||||
engine/thumb.py | 1 +
|
|
||||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/engine/thumb.py b/engine/thumb.py
|
|
||||||
index c4d01c0..98f95a9 100644
|
|
||||||
--- a/engine/thumb.py
|
|
||||||
+++ b/engine/thumb.py
|
|
||||||
@@ -230,6 +230,7 @@ class ThumbShiftKeyboard:
|
|
||||||
self.__handakuten = False
|
|
||||||
self.__thumb_typing_rule_section = None
|
|
||||||
self.__init_thumb_typing_rule()
|
|
||||||
+ self.__init_layout_table()
|
|
||||||
if self.__prefs != None:
|
|
||||||
self.reset()
|
|
||||||
self.__reset_shift_table(False)
|
|
||||||
--
|
|
||||||
1.7.2.1
|
|
||||||
|
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
%define require_pygtk2_version 2.15.2
|
%define require_pygtk2_version 2.15.2
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Anthy engine for IBus input platform
|
Summary: The Anthy engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://code.google.com/p/ibus/
|
URL: http://code.google.com/p/ibus/
|
||||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
Patch0: ibus-anthy-HEAD.patch
|
# Patch0: ibus-anthy-HEAD.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ libanthy.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
# %patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/ibus/component/*
|
%{_datadir}/ibus/component/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 26 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.4-1
|
* Tue Oct 26 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.2.4-2
|
||||||
- Updated to 1.2.4
|
- Updated to 1.2.4
|
||||||
- Resolves #644771 ibus-anthy [F7] key cannot work with SEGV
|
- Resolves #644771 ibus-anthy [F7] key cannot work with SEGV
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user