i go to dev mode, how you told me, and find this:
Code:
/* Save the preference in the right place */
/*
if (id === ZmSetting.ZX_IM_PREF_DOCKMODE) {
ZxChatZimlet.getInstance().setUserProperty(setting.name, ((setting.value === 1) ? "true" : "false"), true); // boolean type
} else {
*/
if (ZmApp.ENABLED_APPS[ZmApp.PREFERENCES]) {
appCtxt.getSettings().save([setting], null, null, appCtxt.getActiveAccount(), true);
}
/* } */
and i use all tricks, such as:
zmprov fc zimlet
zmmailboxdctl restart
Also, i enable "preference" tab in this CoS,
And this issue are solved.
but function add a friend not completely works. not complete username in address tab.
Also, i cannot leave this CoS in this state......
AmiG0
Bookmarks