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:
fb13ca2
)
Remove useless code.
author
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 29 Jun 2009 09:57:47 +0000
(17:57 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 29 Jun 2009 09:57:47 +0000
(17:57 +0800)
ui/gtk/candidatepanel.py
patch
|
blob
|
history
diff --git
a/ui/gtk/candidatepanel.py
b/ui/gtk/candidatepanel.py
index 479dc7ad28d13bac520cd72f27eaaab82ac565ab..e884c2c9b053713105b5ab29af802fd3e32036d9 100644
(file)
--- a/
ui/gtk/candidatepanel.py
+++ b/
ui/gtk/candidatepanel.py
@@
-110,7
+110,6
@@
class CandidateArea(gtk.HBox):
self.__labels.append((label1, label2))
- cursor = gdk.Cursor(gdk.HAND1)
for i, ws in enumerate(self.__candidates):
for w in ws:
w.connect("button-press-event", lambda w, e, i:self.emit("candidate-clicked", i, e.button, e.state), i)