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:
0cecc08
)
Change .ibus to ibus
author
Peng Huang
<shawn.p.huang@gmail.com>
Fri, 9 Oct 2009 23:53:47 +0000
(07:53 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Fri, 9 Oct 2009 23:53:47 +0000
(07:53 +0800)
bus/registry.c
patch
|
blob
|
history
diff --git
a/bus/registry.c
b/bus/registry.c
index 05f2f520357baf894e120279a4874346c1e6494e..4b04e9ce07f7ad30ce521a6abdb489914c0d0cfd 100644
(file)
--- a/
bus/registry.c
+++ b/
bus/registry.c
@@
-184,7
+184,7
@@
bus_registry_load_cache (BusRegistry *registry)
XMLNode *node;
GList *p;
- filename = g_build_filename (g_get_user_cache_dir (), "
.
ibus", "bus", "registry.xml", NULL);
+ filename = g_build_filename (g_get_user_cache_dir (), "ibus", "bus", "registry.xml", NULL);
node = ibus_xml_parse_file (filename);
g_free (filename);