| Summary: | System Tray not displaying "Extra Items" | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Peacey <peaceyall> |
| Component: | widget-systemtray | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peacey
2010-12-26 00:59:38 UTC
SVN commit 1209283 by aseigo: only check the config for immutability if we actually have it; immutability() gets called from setHasConfigurationInterface which gets called from AppletPrivate::init() which meant it was trying to access the configuration group too early, resulting in it being misplaced; for most applets this wouldn't matter, but for applets-in-applets (it's always the sinners) it causes problems BUG:261264 M +1 -1 applet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1209283 SVN commit 1209284 by aseigo: only check the config for immutability if we actually have it; immutability() gets called from setHasConfigurationInterface which gets called from AppletPrivate::init() which meant it was trying to access the configuration group too early, resulting in it being misplaced; for most applets this wouldn't matter, but for applets-in-applets (it's always the sinners) it causes problems BUG:261264 M +1 -1 applet.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1209284 |