┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-02-22 14:06:10 +0000
committerPeter Penz <[email protected]>2009-02-22 14:06:10 +0000
commit23a609971ea7a2e071fb0e28efb8433ed50c1141 (patch)
tree2e5b6247f43c52322101590036f2690b674fb409
parent6a94ccdc011a48427f01da5b5514574198503dd2 (diff)
SVN_SILENT: removed spaces from end of line
svn path=/trunk/KDE/kdebase/apps/; revision=929981
-rw-r--r--src/dolphincolumnview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincolumnview.cpp b/src/dolphincolumnview.cpp
index 3b3e86a75..4d180442b 100644
--- a/src/dolphincolumnview.cpp
+++ b/src/dolphincolumnview.cpp
@@ -601,9 +601,9 @@ void DolphinColumnView::deleteColumn(DolphinColumnWidget* column)
column->m_previewGenerator->deleteLater();
column->m_previewGenerator = 0;
column->hide();
- // Prevent automatic destruction of column when this DolphinColumnView
+ // Prevent automatic destruction of column when this DolphinColumnView
// is destroyed.
- column->setParent(0);
+ column->setParent(0);
column->disconnect();
emit requestColumnDeletion(column);
}