[ibus-anthy/f13/master] Fixed Bug 661943 - the latest page_size for ibus.LookupTable.

Takao Fujiwara fujiwara at fedoraproject.org
Fri Dec 10 06:11:13 UTC 2010


commit 972e95c875d534bb1771025bbf9d0d64031fa385
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Fri Dec 10 14:56:31 2010 +0900

    Fixed Bug 661943 - the latest page_size for ibus.LookupTable.

 ibus-anthy-HEAD.patch |   20 ++++++++++----------
 ibus-anthy.spec       |    4 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch
index f19804c..241bfad 100644
--- a/ibus-anthy-HEAD.patch
+++ b/ibus-anthy-HEAD.patch
@@ -1,6 +1,6 @@
-From 6dd2852a36654a4ba1a7c142431a713f10de60a9 Mon Sep 17 00:00:00 2001
+From 70633cda85851e0cdd6353d553649cbb51200a5c Mon Sep 17 00:00:00 2001
 From: fujiwarat <takao.fujiwara1 at gmail.com>
-Date: Fri, 10 Dec 2010 12:02:39 +0900
+Date: Fri, 10 Dec 2010 14:54:15 +0900
 Subject: [PATCH] Fixed the latest page_size for ibus.LookupTable.
 
 ---
@@ -8,19 +8,19 @@ Subject: [PATCH] Fixed the latest page_size for ibus.LookupTable.
  1 files changed, 3 insertions(+), 0 deletions(-)
 
 diff --git a/engine/engine.py b/engine/engine.py
-index c2bc8f0..2facf77 100644
+index c2bc8f0..6dd4461 100644
 --- a/engine/engine.py
 +++ b/engine/engine.py
-@@ -168,6 +168,9 @@ class Engine(ibus.EngineBase):
-         self.__segments = list()
-         self.__lookup_table.clean()
-         self.__lookup_table_visible = False
+@@ -756,6 +756,9 @@ class Engine(ibus.EngineBase):
+             self.__update_input_chars()
+ #        self.__reset()
+ #        self.__invalidate()
 +        size = self.__prefs.get_value('common', 'page_size')
 +        if size != self.__lookup_table.get_page_size():
 +            self.__lookup_table.set_page_size(size)
-         self._MM = 0
-         self._SS = 0
-         self._H = 0
+ 
+     def focus_out(self):
+         mode = self.__prefs.get_value('common', 'behavior_on_focus_out')
 -- 
 1.7.3.2
 
diff --git a/ibus-anthy.spec b/ibus-anthy.spec
index a359319..63a88d3 100644
--- a/ibus-anthy.spec
+++ b/ibus-anthy.spec
@@ -3,7 +3,7 @@
 %define require_pygtk2_version 2.15.2
 Name:       ibus-anthy
 Version:    1.2.5
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    The Anthy engine for IBus input platform
 License:    GPLv2+
 Group:      System Environment/Libraries
@@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
-* Fri Dec 10 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.2.5-2
+* Fri Dec 10 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.2.5-3
 - Added ibus-anthy-HEAD.patch
   Fixed Bug 661943 - the latest page_size for ibus.LookupTable.
 


More information about the scm-commits mailing list