summaryrefslogtreecommitdiffstats
path: root/src/PYMain.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-06-01 11:56:47 +0800
committerPeng Wu <alexepico@gmail.com>2012-06-01 11:56:47 +0800
commit1fdda7f796bbf8c953a6ff9b64c68fdeb9044cf0 (patch)
tree3bfe8588a7291d648b2de381e4092de117c5baf0 /src/PYMain.cc
parent61f47b0dcedffe35b984c873dc7b35b5ab4c448b (diff)
downloadibus-libpinyin-1fdda7f796bbf8c953a6ff9b64c68fdeb9044cf0.tar.gz
ibus-libpinyin-1fdda7f796bbf8c953a6ff9b64c68fdeb9044cf0.tar.xz
ibus-libpinyin-1fdda7f796bbf8c953a6ff9b64c68fdeb9044cf0.zip
update ibus pathname
Diffstat (limited to 'src/PYMain.cc')
-rw-r--r--src/PYMain.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/PYMain.cc b/src/PYMain.cc
index cb4ab52..c60e540 100644
--- a/src/PYMain.cc
+++ b/src/PYMain.cc
@@ -99,14 +99,14 @@ start_component (void)
g_signal_connect ((IBusBus *)bus, "disconnected", G_CALLBACK (ibus_disconnected_cb), NULL);
- component = ibus_component_new ("org.freedesktop.IBus.Pinyin",
- N_("Pinyin input method"),
+ component = ibus_component_new ("org.freedesktop.IBus.Libpinyin",
+ N_("Libpinyin input method"),
VERSION,
"GPL",
- "Peng Huang <shawn.p.huang@gmail.com>",
- "http://code.google.com/p/ibus/",
+ "Peng Wu <alexepico@gmail.com>",
+ "https://github.com/libpinyin/ibus-libpinyin",
"",
- "ibus-pinyin");
+ "ibus-libpinyin");
#ifdef IBUS_BUILD_LIBPINYIN
ibus_component_add_engine (component,
ibus_engine_desc_new ("libpinyin-debug",
@@ -139,7 +139,7 @@ start_component (void)
ibus_factory_add_engine (factory, "libpinyin", IBUS_TYPE_PINYIN_ENGINE);
ibus_factory_add_engine (factory, "libbopomofo", IBUS_TYPE_PINYIN_ENGINE);
#endif
- ibus_bus_request_name (bus, "org.freedesktop.IBus.Pinyin", 0);
+ ibus_bus_request_name (bus, "org.freedesktop.IBus.Libpinyin", 0);
}
else {
#ifdef IBUS_BUILD_LIBPINYIN