From e8a932d753bcee3b6c76528ff27370209cc07e12 Mon Sep 17 00:00:00 2001 From: "hangas%netscape.com" Date: Mon, 19 Jul 1999 03:46:25 +0000 Subject: [PATCH] Rename functions --- xpfe/global/resources/content/tasksOverlay.js | 6 ++--- .../global/resources/content/tasksOverlay.xul | 24 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/xpfe/global/resources/content/tasksOverlay.js b/xpfe/global/resources/content/tasksOverlay.js index ccf10fac1a1..e324ddab865 100644 --- a/xpfe/global/resources/content/tasksOverlay.js +++ b/xpfe/global/resources/content/tasksOverlay.js @@ -1,4 +1,4 @@ -function NavigatorWindow() +function toNavigatorWindow() { // FIX ME - Really need to find the front most navigator window // and bring it all the way to the front @@ -22,7 +22,7 @@ function NavigatorWindow() } -function MessengerWindow() +function toMessengerWindow() { // FIX ME - Really need to find the front most messenger window // and bring it all the way to the front @@ -31,7 +31,7 @@ function MessengerWindow() } -function AddressBook() +function toAddressBook() { var wind = window.open("chrome://addressbook/content/addressbook.xul", "addressbook", "chrome"); diff --git a/xpfe/global/resources/content/tasksOverlay.xul b/xpfe/global/resources/content/tasksOverlay.xul index abc7fd3275a..bd1dbea60cd 100644 --- a/xpfe/global/resources/content/tasksOverlay.xul +++ b/xpfe/global/resources/content/tasksOverlay.xul @@ -29,23 +29,23 @@ - - - + + + - - - + + + - + - - - - - + + + + +