summaryrefslogtreecommitdiffstats
path: root/gconf
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-07-28 11:38:15 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-07-28 11:38:15 +0800
commitf2c7968945fc7adcef23cafc1916f37766fc8b09 (patch)
tree66155783c1b0efdeb0a4daa0c7285bf9f731b059 /gconf
parent9ff51991372df5700b8d4e706cd33a3e92c3b0d5 (diff)
downloadibus-f2c7968945fc7adcef23cafc1916f37766fc8b09.tar.gz
ibus-f2c7968945fc7adcef23cafc1916f37766fc8b09.tar.xz
ibus-f2c7968945fc7adcef23cafc1916f37766fc8b09.zip
Change config path.
Diffstat (limited to 'gconf')
-rw-r--r--gconf/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/main.py b/gconf/main.py
index cac23f3..c3d686a 100644
--- a/gconf/main.py
+++ b/gconf/main.py
@@ -32,7 +32,7 @@ class GconfApplication:
self.__conn.call_on_disconnection(self.__disconnected_cb)
self.__ibus = self.__conn.get_ibus()
- self.__config = config.ConfigProxy(self.__conn, "/org/freedesktop/IBus/Config", self.__ibus)
+ self.__config = config.ConfigProxy(self.__conn, "/org/freedesktop/IBus/GConf", self.__ibus)
self.__ibus.RegisterConfig(self.__config, True)