Bug #303030 --> Manage subscriptions from the account manager

loads a sheet rather than new window on Mac OS X.
This commit is contained in:
scott%scott-macgregor.org 2005-08-02 21:57:28 +00:00
Родитель 25f5690519
Коммит d7ac3c42ce
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -64,5 +64,5 @@ function manageSubscriptions()
lastSubscriptionWindow.focus();
else
window.openDialog("chrome://messenger-newsblog/content/feed-subscriptions.xul", "",
"centerscreen,resizable=yes", { server: gIncomingServer});
}
"centerscreen,chrome,dialog=no,resizable", { server: gIncomingServer});
}