~ubuntu-branches/ubuntu/natty/kdenetwork/natty-proposed

« back to all changes in this revision

Viewing changes to kopete/protocols/yahoo/yahooaccount.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-03-01 17:05:24 UTC
  • mfrom: (1.1.56 upstream)
  • Revision ID: package-import@ubuntu.com-20110301170524-4zzknbl1tkgbvydb
Tags: 4:4.6.1a-0ubuntu1
* New upstream release
* Add kubuntu_07_kopete_libjasper_optional.diff from
  http://reviewboard.kde.org/r/6562/ to make jasper optional

Show diffs side-by-side

added added

removed removed

Lines of Context:
768
768
        }
769
769
 
770
770
        //If we get here, something went wrong, so set ourselves to offline
 
771
        initConnectionSignals( DeleteConnections );
771
772
        static_cast<YahooContact *>( myself() )->setOnlineStatus( m_protocol->Offline );
772
773
        disconnected( Unknown );
773
774
}