[Pidgin] #13508: auto idle doesn't work for UNAVAILABLE
Pidgin
trac at pidgin.im
Mon Mar 14 15:29:52 EDT 2011
#13508: auto idle doesn't work for UNAVAILABLE
--------------------------+-------------------------------------------------
Reporter: coolwanglu | Owner: rekkanoryo
Type: defect | Status: new
Component: unclassified | Version: 2.7.11
Keywords: |
--------------------------+-------------------------------------------------
so I found that pidgin would auto switch to idle if I'm available, but not
when I'm unavailable (say 'do not disturb'). this is not intuitive.
line 882 of savedstatuses.c:
if (idleaway && (purple_savedstatus_get_type(old) !=
PURPLE_STATUS_AVAILABLE))
/* Our global status is already "away," so don't change
anything */
return;
"!= AVAILABE" does not mean "already away"
--
Ticket URL: <http://developer.pidgin.im/ticket/13508>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list