Review Request: Review Request : Bug 295840 - You can edit presence message for "offline" in the new status bar
David Edmundson
kde at davidedmundson.co.uk
Sat Apr 14 17:09:21 UTC 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104594/#review12435
-----------------------------------------------------------
global-presence-chooser.cpp
<http://git.reviewboard.kde.org/r/104594/#comment9754>
No, I think this is right.
!a && !b
is the same as
! (a || b)
therefore
(not offline) and (not invisible)
is the same as
not (offline OR invisible)
De Morgan wins again \o/
- David Edmundson
On April 14, 2012, 3:01 a.m., moses alexander wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/104594/
> -----------------------------------------------------------
>
> (Updated April 14, 2012, 3:01 a.m.)
>
>
> Review request for Telepathy.
>
>
> Description
> -------
>
> Hi
>
> This is patch for https://bugs.kde.org/show_bug.cgi?id=295840 . I am able to disallow editing of presence message when the user is Offline or Invisible.
>
> Comments and suggestions will be appreciated.
>
>
> Diffs
> -----
>
> global-presence-chooser.cpp 67e2b34
>
> Diff: http://git.reviewboard.kde.org/r/104594/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> moses alexander
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-telepathy/attachments/20120414/322392e1/attachment.html>
More information about the KDE-Telepathy
mailing list