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:
4294a7a
)
Return correct address in _ibus_get_address
author
Peng Huang
<shawn.p.huang@gmail.com>
Sun, 29 Nov 2009 14:51:51 +0000
(22:51 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Sun, 29 Nov 2009 14:51:51 +0000
(22:51 +0800)
bus/ibusimpl.c
patch
|
blob
|
history
diff --git
a/bus/ibusimpl.c
b/bus/ibusimpl.c
index
31b3738
..
28dbeb1
100644
(file)
--- a/
bus/ibusimpl.c
+++ b/
bus/ibusimpl.c
@@
-639,7
+639,7
@@
_ibus_get_address (BusIBusImpl *ibus,
address = ibus_server_get_address (IBUS_SERVER (BUS_DEFAULT_SERVER));
reply = ibus_message_new_method_return (message);
- ibus_message_append_args (
message
,
+ ibus_message_append_args (
reply
,
G_TYPE_STRING, &address,
G_TYPE_INVALID);