By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 638
Collapse All | Expand All

(-)kdegames/ktuberling/toplevel.cpp.ORI (-1 / +1 lines)
Lines 189-195 Link Here
189
// Load the layouts file
189
// Load the layouts file
190
bool TopLevel::loadLayout(TQDomDocument &layoutDocument)
190
bool TopLevel::loadLayout(TQDomDocument &layoutDocument)
191
{
191
{
192
  TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/tqlayout.xml")));
192
  TQFile layoutFile(TQFile::encodeName(locate("data", "ktuberling/pics/layout.xml")));
193
  if (!layoutFile.open(IO_ReadOnly))
193
  if (!layoutFile.open(IO_ReadOnly))
194
     return false;
194
     return false;
195
195

Return to bug 638