Unmessup the indendation on this line... Thanks diff.

/me goes to look for a kate setting to make the tab indicators visible w/o squinting again

svn path=/trunk/KDE/kdebase/workspace/; revision=715953
icc-effect-5.14.5
Maks Orlovich 2007-09-23 15:30:05 +00:00
parent 0d2e2cdfcc
commit 5ac0521ba4
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ void ButtonDropSite::dropEvent( QDropEvent* e )
buttonItem = m_selected;
// If we're inserting to the right of oldPos, in the same list,
// better adjust the index..
// better adjust the index..
if (buttonList == oldList && buttonPosition > oldPos)
--buttonPosition;
} else {