when this made it onto the trunk. git-svn-id: svn://10.0.0.236/trunk@188633 18797224-902f-48f8-a5cc-f745e15eee43
8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
/*
|
|
Default pref values for the PalmSync Extension
|
|
*/
|
|
|
|
// global pref used to keep track of whether we have run PalmSyncInstall.exe
|
|
// for the current installation of the extension.
|
|
pref("extensions.palmsync.conduitRegistered", false);
|