On Monday 03 August 2009, Chani wrote:
> so I found something weird in the tasks dataengine.
>
> else if (operation == "activateRaiseOrMaximize") {
> m_source->getTask()->activateRaiseOrIconify();
>
> somehow "Iconify" becomes "Maximize" o.0
> is it too late to change this?
no,
On Monday 03 August 2009, Chani wrote:
> should plasma maybe be listening somehow for that kind of focus change?
it is. or at least, it was. and i don't remember ever changing that code.
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
> anyways, I found another issue: it doesn't dismiss the dashboard if it's
> up. I forget how one does that, and I don't know if it can be done from an
> engine (but if it can't, maybe that's a bug).
:/ the dashboard isn't even dismissed if I alt-tab. I can type in a skype
window while I see onl
On August 3, 2009 18:43:03 Chani wrote:
> so I found something weird in the tasks dataengine.
>
> else if (operation == "activateRaiseOrMaximize") {
> m_source->getTask()->activateRaiseOrIconify();
>
> somehow "Iconify" becomes "Maximize" o.0
> is it too late to change this?
> w