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

(-)a/tdeio/tdeio/kservice.cpp (-1 / +1 lines)
Lines 103-109 KService::init( KDesktopFile *config ) Link Here
103
    // extract prefix
103
    // extract prefix
104
    kde4applicationprefix = config->fileName();
104
    kde4applicationprefix = config->fileName();
105
    int pos = kde4applicationprefix.find("/share/applications/kde4/");
105
    int pos = kde4applicationprefix.find("/share/applications/kde4/");
106
    kde4applicationprefix.truncate(pos-1);
106
    kde4applicationprefix.truncate(pos);
107
  }
107
  }
108
108
109
  config->setDesktopGroup();
109
  config->setDesktopGroup();

Return to bug 1654