Commit 481a46c5 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Release-1.2.15-20020407

parent 7cbe6514
/******************************************************************************
*
*
* $Id$
*
*
* Copyright (C) 1997-2002 by Dimitri van Heesch.
......@@ -2229,7 +2229,7 @@ static void transferFunctionDocumentation()
{
decA->docs = defA->docs.copy();
}
else if (!defA->docs.isEmpty() && defA->docs.isEmpty())
else if (defA->docs.isEmpty() && !decA->docs.isEmpty())
{
defA->docs = decA->docs.copy();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment