┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphintabwidget.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphintabwidget.cpp b/src/dolphintabwidget.cpp
index be674994d..b2f838a40 100644
--- a/src/dolphintabwidget.cpp
+++ b/src/dolphintabwidget.cpp
@@ -482,10 +482,7 @@ void DolphinTabWidget::currentTabChanged(int index)
void DolphinTabWidget::renameTab(int index, const QString &name)
{
- if (!name.isEmpty()) {
- tabPageAt(index)->setCustomLabel(name);
- }
-
+ tabPageAt(index)->setCustomLabel(name);
updateTabName(index);
}