| Summary: | Still getting status notifications from ICQ contacts although disabled | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Gauss <third-impact> |
| Component: | Notifications | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | facorread, florian.lindner |
| Priority: | NOR | ||
| Version First Reported In: | 0.80.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gauss
2009-12-07 20:23:05 UTC
SVN commit 1076786 by rjarosz: If notification settings have changed reparse cached configs, clearing the cache may not work because there is another "cache" in KSharedConfig::Ptr and if some object holds the KSharedConfig::Ptr the configuration may not get reparsed at all (and it happens because there is a leak in plasma notifications). BUG: 203297 BUG: 217759 BUG: 201909 BUG: 189120 M +1 -1 knotify.cpp M +4 -2 knotifyconfig.cpp M +2 -2 knotifyconfig.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1076786 SVN commit 1076799 by rjarosz: Backport commit 1076786. If notification settings have changed reparse cached configs, clearing the cache may not work because there is another "cache" in KSharedConfig::Ptr and if some object holds the KSharedConfig::Ptr the configuration may not get reparsed at all (and it happens because there is a leak in plasma notifications). CCBUG: 203297 CCBUG: 217759 CCBUG: 201909 CCBUG: 189120 M +1 -1 knotify.cpp M +4 -2 knotifyconfig.cpp M +2 -2 knotifyconfig.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1076799 SVN commit 1076800 by rjarosz: Backport commit 1076786. If notification settings have changed reparse cached configs, clearing the cache may not work because there is another "cache" in KSharedConfig::Ptr and if some object holds the KSharedConfig::Ptr the configuration may not get reparsed at all (and it happens because there is a leak in plasma notifications). CCBUG: 203297 CCBUG: 217759 CCBUG: 201909 CCBUG: 189120 M +1 -1 knotify.cpp M +4 -2 knotifyconfig.cpp M +2 -2 knotifyconfig.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1076800 |