Bug 21563 - which are the right accounts?
Summary: which are the right accounts?
Status: RESOLVED NOTABUG
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-qt (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 04:44 UTC by Tim Jenßen
Modified: 2009-05-12 23:58 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Tim Jenßen 2009-05-05 04:44:50 UTC
hello telepathy-qt4 guys - how can this happen?:

Tp::PendingReady* accountManagerPendingReady;
accountManagerPendingReady = m_accountManager->becomeReady();
connect( accountManagerPendingReady, SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(makeSomeThingAfterGetReady()) );

... the problem is - after first received signal I checked validAccounts and after second received signal I checked it again but then the valid accounts are not the same like after the first
Comment 1 Tim Jenßen 2009-05-12 23:58:16 UTC
ups - this was in my code


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.