~ubuntu-branches/ubuntu/saucy/kopete/saucy-updates

« back to all changes in this revision

Viewing changes to protocols/yahoo/libkyahoo/client.cpp

  • Committer: Package Import Robot
  • Author(s): Howard Chan, Michał Zając, Howard Chan
  • Date: 2013-06-28 18:19:57 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130628181957-oe71prbd9qv1ygop
Tags: 4:4.10.90-0ubuntu1
[ Michał Zając ]
* New upstream beta release

[ Howard Chan ]
* Delete the API patch since it's included in upstream now.
* Fix control file to make -dbg depend on main package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
                * If we time out and try to log out and log in
290
290
                * we can lose messages therefore we should set this
291
291
                * to the same as the Yahoo Messenger client
292
 
                *. so as we dont get disconnected
 
292
                *. so as we do not get disconnected
293
293
                * Also it sends a PING at every hour.
294
294
                */
295
295
                m_aliveTimer->start( 1 * 60 * 1000 );