Bug 225496 - Impossible to select the 'destination folder'
Summary: Impossible to select the 'destination folder'
Status: RESOLVED FIXED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: POP3 Resource (show other bugs)
Version: 4.5
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Thomas McGuire
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-04 12:38 UTC by Christophe Marin
Modified: 2010-02-04 18:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
akonadi_pop3 dialog (48.35 KB, image/png)
2010-02-04 12:38 UTC, Christophe Marin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Marin 2010-02-04 12:38:30 UTC
Created attachment 40525 [details]
akonadi_pop3 dialog

Using trunk (r1084972).

When adding a pop3 account, the destination folder on the 'Advanced' tab cannot be changed.

SS attached.
Comment 1 Thomas McGuire 2010-02-04 17:58:37 UTC
SVN commit 1085218 by tmcguire:

I don't understand why, but the CollectionDialog is disabled, even after enabling the CollectionRequester.

Work around this by not disabling CollectionRequester. There is a chance the collection fetch takes some time,
so there can now be a race between the resource and the user setting the collection.

BUG: 225496


 M  +0 -3      accountdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1085218
Comment 2 Thomas McGuire 2010-02-04 18:00:39 UTC
SVN commit 1085219 by tmcguire:

Backport r1085218 by tmcguire from trunk to the 4.4 branch:

I don't understand why, but the CollectionDialog is disabled, even after enabling the CollectionRequester.

Work around this by not disabling CollectionRequester. There is a chance the collection fetch takes some time,
so there can now be a race between the resource and the user setting the collection.

CCBUG: 225496



 M  +0 -3      accountdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1085219