2008-05-26 David Glasser <glasser_at_davidglasser.net>:
> On Sat, May 24, 2008 at 10:07 AM, <arfrever_at_tigris.org> wrote:
>> Author: arfrever
>> Date: Sat May 24 10:07:45 2008
>> New Revision: 31427
>>
>> Log:
>> * subversion/libsvn_auth_kwallet/kwallet.cpp
>> (kwallet_password_get, kwallet_password_set): Don't disconnect Subversion
>> from KWallet because disconnection works incorrectly in KDE 4.0.4.
>>
>> Modified:
>> trunk/subversion/libsvn_auth_kwallet/kwallet.cpp
>>
>> Modified: trunk/subversion/libsvn_auth_kwallet/kwallet.cpp
>> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_auth_kwallet/kwallet.cpp?pathrev=31427&r1=31426&r2=31427
>> ==============================================================================
>> --- trunk/subversion/libsvn_auth_kwallet/kwallet.cpp Sat May 24 09:27:55 2008 (r31426)
>> +++ trunk/subversion/libsvn_auth_kwallet/kwallet.cpp Sat May 24 10:07:45 2008 (r31427)
>> @@ -104,8 +104,8 @@ kwallet_password_get(const char **passwo
>> }
>> }
>> }
>> - KWallet::Wallet::disconnectApplication(wallet_name,
>> - QString::fromUtf8("Subversion"));
>> +// KWallet::Wallet::disconnectApplication(wallet_name,
>> +// QString::fromUtf8("Subversion"));
>
> Was this just a temporary tweak?
Yes. I wait for https://bugs.kde.org/show_bug.cgi?id=162570.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-27 15:15:44 CEST