]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: comment update
authorPeter Penz <peter.penz19@gmail.com>
Tue, 10 Mar 2009 06:36:34 +0000 (06:36 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 10 Mar 2009 06:36:34 +0000 (06:36 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=937623

src/dolphinmainwindow.cpp

index 31f3f48a9ed482673ce76afd05f111276ce1dfc5..6338f0f3fb763d2857061b00494eda0dceebb1f7 100644 (file)
@@ -1356,8 +1356,8 @@ void DolphinMainWindow::rememberClosedTab(int index)
     } else {
         tabsMenu->insertAction(tabsMenu->actions().at(2), action);
     }
-    //10 is the limit, remove the oldest one to make room. It's actually 8, since
-    //the separator and the "Empty Recently Closed Tabs" entry count as one
+
+    // assure that only up to 8 closed tabs are shown in the menu
     if (tabsMenu->actions().size() > 8) {
         tabsMenu->removeAction(tabsMenu->actions().last());
     }