mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
plasma: someone's typos
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8930bbdf67
commit
fb3c9c7b28
2 changed files with 2 additions and 2 deletions
|
@ -696,7 +696,7 @@ void Panel::restore(KConfigGroup &group)
|
||||||
|
|
||||||
if (order > -1) {
|
if (order > -1) {
|
||||||
oderedApplets[order] = applet;
|
oderedApplets[order] = applet;
|
||||||
//if LayoutInformation is not available use the usual way, as a bonus makes it retrocompatible with oler configs
|
//if LayoutInformation is not available use the usual way, as a bonus makes it retrocompatible with older configs
|
||||||
} else {
|
} else {
|
||||||
unoderedApplets.append(applet);
|
unoderedApplets.append(applet);
|
||||||
}
|
}
|
||||||
|
|
|
@ -148,7 +148,7 @@ void DesktopCorona::updateImmutability(Plasma::ImmutabilityType immutability)
|
||||||
|
|
||||||
void DesktopCorona::checkScreen(int screen)
|
void DesktopCorona::checkScreen(int screen)
|
||||||
{
|
{
|
||||||
//note: hte signal actually triggers view creation only for panels, atm.
|
//note: the signal actually triggers view creation only for panels, atm.
|
||||||
//desktop views are created in response to containment's screenChanged signal instead, which is
|
//desktop views are created in response to containment's screenChanged signal instead, which is
|
||||||
//buggy (sometimes the containment thinks it's already on the screen, so no view is created)
|
//buggy (sometimes the containment thinks it's already on the screen, so no view is created)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue