From a7b578df6ef1ecd1bf58a774490c0e7e49254929 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Tue, 17 Aug 2004 19:03:56 +0000 Subject: [PATCH] Bug #255809 --> Migration wizard on unix and OS X are showing all of the available migrations instead of just the ones for that platform. --- mail/components/migration/content/migration.xul | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mail/components/migration/content/migration.xul b/mail/components/migration/content/migration.xul index 66d49c81185..f7dcbeb97eb 100644 --- a/mail/components/migration/content/migration.xul +++ b/mail/components/migration/content/migration.xul @@ -67,11 +67,26 @@ #endif + + +#ifdef XP_WIN +#endif + + +#ifdef XP_UNIX +#ifdef XP_MACOSX +#endif +#endif + +#ifdef XP_WIN + +#endif +