From 5ac0521ba4be67235ac29805f3c3195d098adb55 Mon Sep 17 00:00:00 2001 From: Maks Orlovich Date: Sun, 23 Sep 2007 15:30:05 +0000 Subject: [PATCH] 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 --- kcmkwin/kwindecoration/buttons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcmkwin/kwindecoration/buttons.cpp b/kcmkwin/kwindecoration/buttons.cpp index f997271f57..f09067f90d 100644 --- a/kcmkwin/kwindecoration/buttons.cpp +++ b/kcmkwin/kwindecoration/buttons.cpp @@ -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 {