Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 261367 | Differences between
and this patch

Collapse All | Expand All

(-)kdecore/kernel/kcmdlineargs.cpp (-1 / +1 lines)
Lines 1407-1413 Link Here
1407
      value = d->parsedOptionList->value(opt);
1407
      value = d->parsedOptionList->value(opt);
1408
   }
1408
   }
1409
   if (!value.isEmpty())
1409
   if (!value.isEmpty())
1410
      return value;
1410
       return QString::fromLocal8Bit(value);
1411
1411
1412
   // Look up the default.
1412
   // Look up the default.
1413
   QByteArray opt_name;
1413
   QByteArray opt_name;

Return to bug 261367