Comment 10 for bug 552543

Revision history for this message
Nicolò Chieffo (yelo3) wrote : Re: [Bug 552543] Re: Empathy not showing notifications of a second user

The 2 variables are
1) old status icon present
2) actions supported by the notification server

if (1 && 2) -> inhibit notifications
if (! 1 && ! 2) -> always show notifications
if (! 1 && 2) -> ??? (I think inhibit notifications)
if (1 && ! 2) -> ??? (I think always show notifications)

do you think this is correct?