Summary: | When a screen is added, the new container have the actions duplicated | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Alex Fiestas <afiestas> |
Component: | multiscreen | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, binner |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Patch for plasma (app), that takes care if a containment already exists
Patch for kdelibs plasma, that add the signal existingContainmentAdded |
Description
Alex Fiestas
2009-07-21 13:09:37 UTC
Created attachment 35549 [details]
Patch for plasma (app), that takes care if a containment already exists
Created attachment 35550 [details]
Patch for kdelibs plasma, that add the signal existingContainmentAdded
I've made a patch for this bug, The patches might be wrong but at least they show what's the problem, and how I workaround it. You might consider sending your patch to http://reviewboard.kde.org/dashboard/ because there it will be noted sooner by the important people I just don't want to bother in more than one place at the same time. I'll put it in reviewboard too. Thanks! whats the status of this bug? has it been fixed? No, it hasn't, I'll try to contact plasma developers now that they're in meeting maybe they'll have 1min to take a look. SVN commit 1016829 by aseigo: prevent duplicate actions in the toolbox BUG:200981 M +8 -0 toolbox.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1016829 SVN commit 1016830 by aseigo: prevent duplicate actions in the toolbox CCBUG:200981 M +8 -0 toolbox.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1016830 |