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:
10b9225
)
Connect candidate-clicked signal on ibus-ui-gtk3 for mouse click.
author
fujiwarat
<takao.fujiwara1@gmail.com>
Fri, 6 Sep 2013 04:24:34 +0000
(13:24 +0900)
committer
fujiwarat
<takao.fujiwara1@gmail.com>
Fri, 6 Sep 2013 04:24:34 +0000
(13:24 +0900)
Review URL: https://codereview.appspot.com/
13303049
ui/gtk3/panel.vala
patch
|
blob
|
history
diff --git
a/ui/gtk3/panel.vala
b/ui/gtk3/panel.vala
index 22944f8965897a81bb863b83925f537d1691b366..82b9ee5f7d6d8ef6a88edd5b6d6824fa61828ee4 100644
(file)
--- a/
ui/gtk3/panel.vala
+++ b/
ui/gtk3/panel.vala
@@
-81,6
+81,8
@@
class Panel : IBus.PanelService {
m_candidate_panel = new CandidatePanel();
m_candidate_panel.page_up.connect((w) => this.page_up());
m_candidate_panel.page_down.connect((w) => this.page_down());
+ m_candidate_panel.candidate_clicked.connect(
+ (w, i, b, s) => this.candidate_clicked(i, b, s));
m_switcher = new Switcher();
// The initial shortcut is "<Super>space"