Skip to content

Commit

Permalink
Bug 436885 - c-source and h-source missing for latex
Browse files Browse the repository at this point in the history
Original title does not cover problem anymore. Problem has evolved to that when clicking on the name for the source file (in LaTeX) a jump to the beginning of the document was made. This problem is fixed with this patch.
  • Loading branch information
albert-github committed Dec 31, 2013
1 parent d5fb697 commit d5d3432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filedef.cpp
Expand Up @@ -836,9 +836,9 @@ void FileDef::writeSource(OutputList &ol,bool sameTu,QStrList &filesInSameTu)
getDirDef()->writeNavigationPath(ol);
ol.endQuickIndices();
}
startTitle(ol,getOutputFileBase());
startTitle(ol,getSourceFileBase());
ol.parseText(name());
endTitle(ol,getOutputFileBase(),title);
endTitle(ol,getSourceFileBase(),title);
}
else
{
Expand Down

0 comments on commit d5d3432

Please sign in to comment.