diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-28 12:56:17 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-28 12:56:17 +0800 |
| commit | 8787bfa04f567c14afd34dea1efb8394824b42ae (patch) | |
| tree | 8f6251f6d7af0f1cbae0a6e95639ecf27645a15f /ibus | |
| parent | 0a19866bcc57beb1d15bfe996b7c58fd054abdbc (diff) | |
| download | ibus-8787bfa04f567c14afd34dea1efb8394824b42ae.tar.gz ibus-8787bfa04f567c14afd34dea1efb8394824b42ae.tar.xz ibus-8787bfa04f567c14afd34dea1efb8394824b42ae.zip | |
Comment RegisterPanel method.
Diffstat (limited to 'ibus')
| -rw-r--r-- | ibus/interface/iibus.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ibus/interface/iibus.py b/ibus/interface/iibus.py index 8fd3d2f..cae2a5f 100644 --- a/ibus/interface/iibus.py +++ b/ibus/interface/iibus.py @@ -78,8 +78,8 @@ class IIBus(dbus.service.Object): def UnregisterFactories(self, object_paths, dbusconn): pass # methods for ibus panel - @method(in_signature = "ob") - def RegisterPanel(self, object_path, replace, dbusconn): pass + # @method(in_signature = "ob") + # def RegisterPanel(self, object_path, replace, dbusconn): pass # methods for ibus config @method(in_signature = "ob") |
