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

(-)/dev/shm/kdebase/kdesu/kdesu/kdesu.cpp (-1 / +1 lines)
Lines 274-280 Link Here
274
    // Try to exec the command with kdesud.
274
    // Try to exec the command with kdesud.
275
    bool keep = !args->isSet("n") && have_daemon;
275
    bool keep = !args->isSet("n") && have_daemon;
276
    bool terminal = true;
276
    bool terminal = args->isSet("t");
277
    bool new_dcop = args->isSet("newdcop");
277
    bool new_dcop = args->isSet("newdcop");
278
    bool withIgnoreButton = args->isSet("ignorebutton");
278
    bool withIgnoreButton = args->isSet("ignorebutton");

Return to bug 388