diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2009-07-01 12:17:18 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-07-02 09:30:11 +0800 |
commit | 59d99c2e73f4c0d54967e4f9291cb0cfc4c4a923 (patch) | |
tree | 5c68dc5dd91a78320c9ec3776a8c9cab5591a711 /ibus/component.py | |
parent | a1a43490c284f40b7b2135b4346aeb80dbea5708 (diff) | |
download | ibus-59d99c2e73f4c0d54967e4f9291cb0cfc4c4a923.tar.gz |
Add PY prefix in gtype names.
Diffstat (limited to 'ibus/component.py')
-rw-r--r-- | ibus/component.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ibus/component.py b/ibus/component.py index 93bd804d..02927947 100644 --- a/ibus/component.py +++ b/ibus/component.py @@ -30,7 +30,7 @@ from enginedesc import * from observedpath import * class Component(Serializable): - __gtype_name__ = "IBusComponent" + __gtype_name__ = "PYIBusComponent" __NAME__ = "IBusComponent" def __init__ (self, name="", description="", version="", license="", author="", homepage="", _exec="", textdomain=""): super(Component, self).__init__() |