]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabwidget.cpp
SVN_SILENT made messages (.desktop file) - always resolve ours
[dolphin.git] / src / dolphintabwidget.cpp
index be674994d90b3514a1e2378ae464a3b1ea94d6d9..b2f838a40ab7e44b4a4241fd893407c344d8cf56 100644 (file)
@@ -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);
 }