Bug 562159 - Tabs from other computers don't show at about:weave-tabs, r=Mardak

--HG--
extra : rebase_source : 6e585fc3ddf75f3654286c08f1cd660586ce2de3
This commit is contained in:
Mike Connor 2010-04-28 22:20:08 -04:00
Родитель f82bbb533c
Коммит eb6db50e8a
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -163,7 +163,9 @@ ClientEngine.prototype = {
set localType(value) Svc.Prefs.set("client.type", value),
isMobile: function isMobile(id) {
if (this._store._remoteClients[id])
return this._store._remoteClients[id].type == "mobile";
return false;
},
// Always process incoming items because they might have commands