Fixed some typos
svn path=/trunk/KDE/kdebase/workspace/; revision=538338
This commit is contained in:
parent
0d93c941a9
commit
014ff479d9
3 changed files with 3 additions and 3 deletions
|
@ -1926,7 +1926,7 @@ void Client::updateOpacity()
|
||||||
else
|
else
|
||||||
setOpacity(options->translucentInactiveWindows && !(keepAbove() && options->keepAboveAsActive),
|
setOpacity(options->translucentInactiveWindows && !(keepAbove() && options->keepAboveAsActive),
|
||||||
options->inactiveWindowOpacity);
|
options->inactiveWindowOpacity);
|
||||||
// deactivate dependend minor windows as well
|
// deactivate dependent minor windows as well
|
||||||
if (isBMP())
|
if (isBMP())
|
||||||
// beep-media-player, only undecorated windows (gtk2 xmms, xmms doesn't work with compmgr at all - s.e.p. :P )
|
// beep-media-player, only undecorated windows (gtk2 xmms, xmms doesn't work with compmgr at all - s.e.p. :P )
|
||||||
{
|
{
|
||||||
|
|
|
@ -153,7 +153,7 @@ unsigned long KDecorationOptionsPrivate::updateKWinSettings( KConfig* config )
|
||||||
inactiveFont = config->readEntry("inactiveFont", activeFont);
|
inactiveFont = config->readEntry("inactiveFont", activeFont);
|
||||||
|
|
||||||
activeFontSmall = activeFont;
|
activeFontSmall = activeFont;
|
||||||
#warning KDE4 : is it usefull ? ( temporary hack )
|
#warning KDE4 : is it useful ? ( temporary hack )
|
||||||
// activeFontSmall.setPointSize(activeFont.pointSize() - 2 > 0 ? activeFont.pointSize() - 2 : activeFont.pointSize()+1 );
|
// activeFontSmall.setPointSize(activeFont.pointSize() - 2 > 0 ? activeFont.pointSize() - 2 : activeFont.pointSize()+1 );
|
||||||
activeFontSmall = config->readEntry("activeFontSmall", activeFontSmall);
|
activeFontSmall = config->readEntry("activeFontSmall", activeFontSmall);
|
||||||
inactiveFontSmall = config->readEntry("inactiveFontSmall", activeFontSmall);
|
inactiveFontSmall = config->readEntry("inactiveFontSmall", activeFontSmall);
|
||||||
|
|
|
@ -321,7 +321,7 @@ void Workspace::init()
|
||||||
if( !setCurrentDesktop( initial_desktop ))
|
if( !setCurrentDesktop( initial_desktop ))
|
||||||
setCurrentDesktop( 1 );
|
setCurrentDesktop( 1 );
|
||||||
|
|
||||||
// now we know how many desktops we'll, thus, we initialise the positioning object
|
// now we know how many desktops we'll, thus, we initialize the positioning object
|
||||||
initPositioning = new Placement(this);
|
initPositioning = new Placement(this);
|
||||||
|
|
||||||
reconfigureTimer.setSingleShot( true );
|
reconfigureTimer.setSingleShot( true );
|
||||||
|
|
Loading…
Reference in a new issue