~ubuntu-branches/ubuntu/hardy/kdenetwork/hardy-backports

« back to all changes in this revision

Viewing changes to kopete/protocols/groupwise/libgroupwise/chatroommanager.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-09 11:41:23 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20071009114123-0jkarj2mns28e3yd
Tags: 4:3.5.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
{
38
38
}
39
39
 
40
 
void ChatroomManager::update()
 
40
void ChatroomManager::updateRooms()
41
41
{
42
 
        if ( m_rooms.isEmpty() )
43
 
                getChatrooms( false );
44
 
        else
45
 
                updateCounts();
 
42
        getChatrooms( !m_rooms.isEmpty() );
46
43
}
47
44
 
48
45
GroupWise::ChatroomMap ChatroomManager::rooms()