[Pidgin] #15417: Reducing I/O activity

Pidgin trac at pidgin.im
Wed Dec 5 17:29:51 EST 2012


#15417: Reducing I/O activity
-------------------------+---------------------------
 Reporter:  Sworddragon  |       Owner:  rekkanoryo
     Type:  enhancement  |      Status:  new
Milestone:               |   Component:  unclassified
  Version:  2.10.6       |  Resolution:
 Keywords:               |
-------------------------+---------------------------

Comment (by Sworddragon):

 accounts.xml is changing this on inactivity:

 9c9
 <                       <status type='available' name='Verfügbar'
 active='true'>
 ---
 >                       <status type='available' name='Verfügbar'
 active='false'>
 32c32
 <                       <status type='away' name='Abwesend'
 active='false'>
 ---
 >                       <status type='away' name='Abwesend' active='true'>


 And prefs.xml is changing this at the same time:

 45c45
 <                       <pref name='default' type='int'
 value='1315139297'/>
 ---
 >                       <pref name='default' type='int'
 value='1319385880'/>


 What does the value of prefs.xml mean? The last time something in the
 profile changed? If yes is this value really needed? To accounts.xml: I
 have made some tests. Only if I change manually the state I will keep it
 after closing and reopening Pidgin. If the state was set automatically
 from Pidgin after some time it will be restored to the original value if
 Pidgin is closed and opened again. So it seems not to make sense to save
 the activity state if it was changed automatically after some time because
 there is no data loss if Pidgin would crash.

-- 
Ticket URL: <https://developer.pidgin.im/ticket/15417#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list