"David Glasser" <glasser_at_davidglasser.net> writes:
>>> On Sat, May 24, 2008 at 10:07 AM, <arfrever_at_tigris.org> wrote:
>>>> --- trunk/subversion/libsvn_auth_kwallet/kwallet.cpp (r31426)
>>>> +++ trunk/subversion/libsvn_auth_kwallet/kwallet.cpp (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"));
>>>
>>> Ugh, commenting out code is bad. Was this just a temporary tweak?
>>
>> Also, when we do comment, we use C-style, not C++- :-).
>
> Admittedly this is a C++ file.
Oh, I missed that, sorry. Less excusable considering the code snippet
quoted... :-).
---------------------------------------------------------------------
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-26 22:23:43 CEST