summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-02-23 14:23:47 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-02-23 14:23:47 +0800
commit65672c00388ba8c3e98a39e700d097c9c7472172 (patch)
treef691de157aa46f5dd28e6bd3d53281a21e552b14
parent72effa14e025424caad3e94c4b76408c803f27be (diff)
downloadibus-65672c00388ba8c3e98a39e700d097c9c7472172.tar.gz
ibus-65672c00388ba8c3e98a39e700d097c9c7472172.tar.xz
ibus-65672c00388ba8c3e98a39e700d097c9c7472172.zip
Change default valut of panel/auto_hide to True.
-rw-r--r--setup/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/main.py b/setup/main.py
index 8a1d047..87f7962 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -128,7 +128,7 @@ class Setup(object):
# auto hide
self.__checkbutton_auto_hide = self.__xml.get_widget("checkbutton_auto_hide")
self.__checkbutton_auto_hide.set_active(
- self.__config.get_value("panel", "auto_hide", False))
+ self.__config.get_value("panel", "auto_hide", True))
self.__checkbutton_auto_hide.connect("toggled", self.__checkbutton_auto_hide_toggled_cb)
# custom font