[Pidgin] #9649: no automatic reconnect after sleep

Pidgin trac at pidgin.im
Sun Jul 19 19:50:43 EDT 2009


#9649: no automatic reconnect after sleep
--------------------+-------------------------------------------------------
 Reporter:  heinz   |        Owner:  datallah       
     Type:  defect  |       Status:  new            
Milestone:          |    Component:  winpidgin (gtk)
  Version:  2.5.8   |   Resolution:                 
 Keywords:          |  
--------------------+-------------------------------------------------------

Comment(by heinz):

 its actually much worse. i didnt notice but pigin will also not react if i
 just disconnect/reconnect manually with the wlan-stick tool.

 i looked at the source in network.c and cant see why it should not work.

 so i wrote a test tool in c++.
 >>> this gets the right messages at the right time !
 so this seems to be a problem in network.c

 i attach the source of my tool (i used vc++ 2008 express) (end with
 CTRL+C)
 maybe someone sees whats wrong in network.c

 here is an output of my tool:
 {{{
 init. network "" added
 --------------------------------
 network "" removed
 --------------------------------
 network "" added
 --------------------------------
 --------------------------------
 --------------------------------
 --------------------------------
 end.
 }}}
 1st line says it found one network at start
 as in the pidgin-log NLA does not report a name...
 then i switched my connection off and got that "removed" line
 switched on -> "added"
 the lines below mean that the event fires but there are no changes !

 ok,any ideas ?

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


More information about the Tracker mailing list