Bug 87196

Summary: Save all does not update all tab's icons
Product: quanta Reporter: S. Burmeister <sven.burmeister>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED FIXED    
Severity: normal CC: ktecho
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description S. Burmeister 2004-08-14 14:54:11 UTC
Version:            (using KDE KDE 3.3.0)
OS:                Linux

Floppies on tabs indicating "altered file" are not updated when save all is used until you bring that tab to the front.
Comment 1 András Manţia 2004-09-13 13:54:10 UTC
CVS commit by amantia: 

Update the modified status text/icon when using Save All as well. [#87196]

CCMAIL: 87196-done@bugs.kde.org


  M +1 -0      ChangeLog   1.298
  M +1 -0      src/viewmanager.cpp   1.56


--- kdewebdev/quanta/ChangeLog  #1.297:1.298
@@ -16,4 +16,5 @@
         - fix the Save As.. behavior (it defaulted to some strange directories, depending
           on the active treeview, selected directory, etc.)
+        - update the modified status text/icon when using Save All  [#87196]
 
 Version 3.3.0 (Release date: 18-08-2004; Started 07-05-2004):

--- kdewebdev/quanta/src/viewmanager.cpp  #1.55:1.56
@@ -308,4 +308,5 @@ bool ViewManager::saveAll(bool dont_ask)
               }
           }
+          view->updateTab();
       }
   }


Comment 2 András Manţia 2004-09-13 15:40:42 UTC
*** Bug 86962 has been marked as a duplicate of this bug. ***