Bug 587436 - Sync doesn't display last sync time r+a=gavin

This commit is contained in:
Philipp von Weitershausen 2010-08-28 13:42:29 -07:00
Родитель 4b9a40e903
Коммит 72af6a9205
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -304,7 +304,7 @@ let gSyncUI = {
_updateLastSyncItem: function SUI__updateLastSyncItem() {
let lastSync;
try {
Services.prefs.getCharPref("services.sync.lastSync");
lastSync = Services.prefs.getCharPref("services.sync.lastSync");
}
catch (e) { };
if (!lastSync)