projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fed704
)
Default will show cursor in lookup table
author
Huang Peng
<shawn.p.huang@gmail.com>
Thu, 14 Aug 2008 13:47:20 +0000
(21:47 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Thu, 14 Aug 2008 13:47:20 +0000
(21:47 +0800)
ibus/lookuptable.py
patch
|
blob
|
history
diff --git
a/ibus/lookuptable.py
b/ibus/lookuptable.py
index
82d25eb
..
bfdc479
100644
(file)
--- a/
ibus/lookuptable.py
+++ b/
ibus/lookuptable.py
@@
-64,7
+64,7
@@
class CandidateList(list):
class LookupTable(object):
def __init__(self, page_size = 5, labels = None):
super(LookupTable, self).__init__()
- self.__cursor_visible =
Fals
e
+ self.__cursor_visible =
Tru
e
self.__cursor_pos = 0
self.__candidates = CandidateList()
self.set_page_size(page_size)