Summary: | kopete notification changes not working wthout log out. | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Jithin Emmanuel <jithin1987> |
Component: | Notifications | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jithin Emmanuel
2009-07-29 18:12:50 UTC
did you have to log out completely from KDE or just quit kopete and restart it? I had to log out of kde. 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 |