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 828
Collapse All | Expand All

(-)/opt/trinity/bin/startkde.00 (-1 / +1 lines)
Lines 381-387 else Link Here
381
  fi
381
  fi
382
fi
382
fi
383
383
384
if [ -n $KGTK_PRELOAD ]; then
384
if [ -n "$KGTK_PRELOAD" ]; then
385
  if [ -e /usr/lib64/libnspr4.so ]; then
385
  if [ -e /usr/lib64/libnspr4.so ]; then
386
    KGTK_NSPR_PRELOAD="/usr/lib64/libnspr4.so:"
386
    KGTK_NSPR_PRELOAD="/usr/lib64/libnspr4.so:"
387
  elif [ -e /usr/lib/libnspr4.so ]; then
387
  elif [ -e /usr/lib/libnspr4.so ]; then

Return to bug 828