attempt to fix bustage

git-svn-id: svn://10.0.0.236/trunk@82706 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2000-11-16 23:02:24 +00:00
parent 1d169d05b5
commit 7c695f4829
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
// we want XUL popups to be able to overlap the task bar.
aMetric = 1;
break;
case eMetric_DisplayFullWindow:
case eMetric_DragFullWindow:
aMetric = 1;
break;
default:

View File

@@ -352,7 +352,7 @@ NS_IMETHODIMP nsLookAndFeel::GetMetric(const nsMetricID aID, PRInt32 & aMetric)
// xul popups are not allowed to overlap the menubar.
aMetric = 0;
break;
case eMetric_DisplayFullWindow:
case eMetric_DragFullWindow:
aMetric = 0;
break;
default: