https://bugs.kde.org/show_bug.cgi?id=233403
Casey Link <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Casey Link <unnamedrambler gmail com> 2010-05-28 04:10:41 --- This is going to be a tricky fix. Listening to Nepomuk is too slow, so the only other way to do it is like in TagActionManager: have the configuration dialog inform listeners when the taglist has changed. Call the intermediary object TagListMonitor. The problem is that the quick search combo lives in messagelist, which is a dependency of kmailprivate (where the config dialog lives). So, TagListMonitor cannot be in the kmailprivate lib (like TagActionManager), but it needs to be in a lib that the config dialog can access. Anyone know of such a lib? Where can TagListMonitor be placed without strongly coupling these libraries? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
