

| The Following 5 Users Say Thank You to markusm For This Useful Post: | ||
)
)


| The Following User Says Thank You to dwould For This Useful Post: | ||
. I'm happy to help designing the graphics if you so wish. (I'm an Art Director / UI/UX designer by profession.)
. I'm happy to help designing the graphics if you so wish. (I'm an Art Director / UI/UX designer by profession.)| The Following 2 Users Say Thank You to dwould For This Useful Post: | ||
. Your password field uppercased the first char in the field and I didn't see that. Perhaps a "Test connection" button might make it clearer. global timeMode
conf_client = gconf.client_get_default()
conf_client.add_dir("/apps/tomch.com/mClock/general", gconf.CLIENT_PRELOAD_NONE)
timeModeStored = conf_client.get_string("/apps/tomch.com/mClock/general/timeMode")
if(timeModeStored!="maxi" and timeModeStored!="mini"):
conf_client.set_string("/apps/tomch.com/mClock/general/timeMode", "maxi")
timeModeStored = "maxi"