[Pidgin] #2175: Auto-away message never set (idle_recheck_interval set to 0)

Pidgin trac at pidgin.im
Tue Jul 17 00:26:09 EDT 2007


#2175: Auto-away message never set (idle_recheck_interval set to 0)
---------------------------+------------------------------------------------
 Reporter:  natex          |       Type:  defect
   Status:  new            |   Priority:  minor 
Component:  libpurple      |    Version:  2.0.2 
 Keywords:  autoaway idle  |    Pending:  0     
---------------------------+------------------------------------------------
 When idle status is being tracked with "purple"
 (/purple/away/idle_reporting = "purple"), check_idleness() sets
 idle_recheck_interval to 0. As a result, after the first call of
 check_idleness, check_idleness is not called again. Since check_idleness
 is called only once, the auto-away status is never set.

 Instead of setting idle_recheck_interval to 0, I set it to 5 so
 check_idleness_timer() will keep the timer running.

 The very small patch is attached.

 Thanks!
 Nathan

-- 
Ticket URL: <http://developer.pidgin.im/ticket/2175>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list