current changes. worked on conflict resolution, mostly

This commit is contained in:
mozilla.BenB%bucksch.org 2003-03-22 15:30:48 +00:00
Родитель abe0da9f95
Коммит c4e1543dc7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -47,7 +47,7 @@ var gData; // for structure, see RegistryToData()
function Unload()
{
UIToData();
parent.roaming.verifyData();
//parent.roaming.verifyData();
}
/* *sigh*!!! when the user clicks OK in another pane,
@ -118,7 +118,7 @@ RoamingPrefs.prototype =
{
UIToData();
}
//this.verifyData();
this.verifyData();
this.dataToRegistry();
},