bug 373395 - Rename 'General' pane of preferences to prevent namespace collisions with Fx/Tb. Patch by Stefan Sitter <ssitter@googlemail.com>, r=lilmatt

This commit is contained in:
mattwillis%gmail.com 2007-03-09 22:18:13 +00:00
Родитель 38169a6ea0
Коммит 9817afe89d
4 изменённых файлов: 6 добавлений и 5 удалений

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

@ -38,7 +38,7 @@
* ***** END LICENSE BLOCK *****
*/
var gGeneralPane = {
var gCalendarGeneralPane = {
init: function () {
var df = Components.classes["@mozilla.org/calendar/datetime-formatter;1"]

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

@ -48,7 +48,7 @@
%preferencesDTD;
]>
<overlay id="GeneralPaneOverlay"
<overlay id="CalendarGeneralPaneOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox id="calPreferencesBoxGeneral">
@ -76,7 +76,7 @@
<preference id="calendar.autorefresh.enabled"
name="calendar.autorefresh.enabled"
type="bool"
onchange="gGeneralPane.autoRefreshPrefChanged();"/>
onchange="gCalendarGeneralPane.autoRefreshPrefChanged();"/>
<preference id="calendar.autorefresh.timeout"
name="calendar.autorefresh.timeout"
type="int"/>

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

@ -75,7 +75,7 @@
<prefpane id="paneGeneral"
label="&paneGeneral.title;"
onpaneload="gGeneralPane.init();"
onpaneload="gCalendarGeneralPane.init();"
src="chrome://calendar/content/preferences/general.xul">
<vbox id="calPreferencesBoxGeneral"/>
</prefpane>

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

@ -52,7 +52,8 @@
<prefwindow id="MailPreferences">
<prefpane id="paneLightning"
label="&lightning.taskLabel;"
onpaneload="gGeneralPane.init(); gAlarmsPane.init(); gCategoriesPane.init(); gTimezonesPane.init();">
onpaneload="gCalendarGeneralPane.init(); gAlarmsPane.init();
gCategoriesPane.init(); gTimezonesPane.init();">
<tabbox id="calPreferencesTabbox" flex="1" onselect="">
<tabs>
<tab id="calPreferencesTabGeneral"