[Pidgin] #4792: "Status to apply at startup" is not used for default statuses

Pidgin trac at pidgin.im
Thu Dec 18 07:51:00 EST 2008


#4792: "Status to apply at startup" is not used for default statuses
--------------------+-------------------------------------------------------
 Reporter:  ari     |        Owner:              
     Type:  defect  |       Status:  new         
Milestone:          |    Component:  pidgin (gtk)
  Version:  2.3.1   |   Resolution:              
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by andrixnet):

 I can confirm the bug on Pidgin-2.5.2 on Linux Slackware (source build)
 and win32.

 Uncheck "use status from last exit"
 select a startup status.
 restart pidgin.

 Pidgin starts with status from last exit.
 In prefs window, the "use status from last exit" is unchecked
 In prefs window, the "startup status" dropdown is empty. (apparently was
 not saved).
 (the drop-down list does contain it's proper values if you drop down on
 it, but has no value when you open the prefs window).

 Below is the difference between prefs.xml with "use status from last exit"
 and with "select startup status = offline"

 ---------------------------------------------------------------------
 ~/.purple$ diff -urb prefs.xml 0/prefs.xml
 --- prefs.xml   2008-12-18 14:45:18.000000000 +0200
 +++ 0/prefs.xml 2008-12-18 14:45:01.000000000 +0200
 @@ -28,9 +28,9 @@
                 </pref>
                 <pref name='savedstatus'>
                         <pref name='default' type='int'
 value='1229603673'/>
 -                       <pref name='startup' type='int'
 value='1229604316'/>
 -                       <pref name='startup_current_status' type='bool'
 value='0'/>
 -                       <pref name='idleaway' type='int'
 value='1229604310'/>
 +                       <pref name='startup' type='int'
 value='1229603707'/>
 +                       <pref name='startup_current_status' type='bool'
 value='1'/>
 +                       <pref name='idleaway' type='int'
 value='1229603715'/>
                         <pref name='isidleaway' type='bool' value='0'/>
                 </pref>
                 <pref name='conversations'>
 ---------------------------------------------------------------------
 A pref value that might be the value of "select startup status" doesn't
 seem to exist.
 I checked all xml files in .purple and the only other change was
 "last_seen" in the buddy list.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/4792#comment:5>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list