Bug 87196 - Save all does not update all tab's icons
Summary: Save all does not update all tab's icons
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
: 86962 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-14 14:54 UTC by S. Burmeister
Modified: 2004-09-13 15:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***