[Bug 414572] Re: KDE Microblogs plasmoid does not show friend timelines nor public timeline

D. Wegener dpwegener at gmail.com
Tue Oct 13 01:24:55 UTC 2009


The fix does not solve the problem of missing friend tweets.  The wrong query string is still being used in the downloadHistory method in microblog.cpp.  The code should look something like this.
if (m_password.isEmpty()) {
    query = Qstring("NoAuth:%1 at 2");
} else if (m_includeFriends) {
    query = QString("TimelineWithFriends:%1 at 2");
} else {
    query = QString("Timeline:%1 at 2");
}

-- 
KDE Microblogs plasmoid does not show friend timelines nor public timeline
https://bugs.launchpad.net/bugs/414572
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeplasma-addons in ubuntu.




More information about the kubuntu-bugs mailing list