https://bugs.kde.org/show_bug.cgi?id=391283

            Bug ID: 391283
           Summary: Changed and Accessed columns appear when switching
                    from v2.6.0 to git version
           Product: krusader
           Version: Git
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: m...@fork.pl
          Reporter: nikita+...@melnichenko.name
  Target Milestone: ---

I see the columns were introduced in 68a1889b56a7d0c4f856447bac79ed141b343391
along with the code:

+        // do not show new columns by default; restoreState() shows columns
not saved
+        if (KrGlobal::sCurrentConfigVersion < KrGlobal::sConfigVersion) {
+            hideColumn(KrViewProperties::Changed);
+            hideColumn(KrViewProperties::Accessed);
+        }

I checked that even though hideColumn lines are executed, the columns are still
visible.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to