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

(-)tdelibs/tdeio/tdeio/slavebase.cpp (-2 / +2 lines)
Lines 880-886 Link Here
880
880
881
    if (!callOK)
881
    if (!callOK)
882
    {
882
    {
883
       kdWarning(7019) << "Can't communicate with kded_kpasswdserver!" << endl;
883
       kdWarning(7019) << "Can't communicate with kded_kpasswdserver (openPassDlg)!" << endl;
884
       return false;
884
       return false;
885
    }
885
    }
886
886
Lines 1219-1225 Link Here
1219
    if ( !d->dcopClient->call( "kded", "kpasswdserver", "checkAuthInfo(TDEIO::AuthInfo, long int, unsigned long int)",
1219
    if ( !d->dcopClient->call( "kded", "kpasswdserver", "checkAuthInfo(TDEIO::AuthInfo, long int, unsigned long int)",
1220
                               params, replyType, reply ) )
1220
                               params, replyType, reply ) )
1221
    {
1221
    {
1222
       kdWarning(7019) << "Can't communicate with kded_kpasswdserver!" << endl;
1222
       kdWarning(7019) << "Can't communicate with kded_kpasswdserver (checkCachedAuthentication)!" << endl;
1223
       return false;
1223
       return false;
1224
    }
1224
    }
1225
1225

Return to bug 1655