diff options
author | Timothy Pearson <[email protected]> | 2012-04-22 19:47:48 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-04-22 19:47:48 -0500 |
commit | 50739c9ba4737317108da68c148472c3da856c95 (patch) | |
tree | 0c4314a713458ef4274abc8c56db3e69679d1865 /kdesktop/kdiconview.cc | |
parent | 06adb1823ef9222874fc459536a78d464a801be5 (diff) | |
download | tdebase-50739c9ba4737317108da68c148472c3da856c95.tar.gz tdebase-50739c9ba4737317108da68c148472c3da856c95.zip |
Fix kdesktop_lock secure dialog
Minor whitespace cleanup and warning fixes
Diffstat (limited to 'kdesktop/kdiconview.cc')
-rw-r--r-- | kdesktop/kdiconview.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kdesktop/kdiconview.cc b/kdesktop/kdiconview.cc index 3404e4ae9..8a9a896df 100644 --- a/kdesktop/kdiconview.cc +++ b/kdesktop/kdiconview.cc @@ -1560,8 +1560,9 @@ void KDIconView::updateWorkArea( const TQRect &wr ) kdDebug(1204) << " oldArea: " << oldArea.x() << "," << oldArea.y() << " " << oldArea.width() << "x" << oldArea.height() << endl; - if ( m_autoAlign ) - int dummy = 0; //lineupIcons(); + if ( m_autoAlign ) { + //lineupIcons(); + } else { bool needRepaint = false; TQIconViewItem* item; |