Browse Source

Update right status label in fileSave_saveAs and fileSave_fromto.

git-svn-id: file:///var/svn/tigccpp/trunk@426 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 18 years ago
parent
commit
4bd6e18dcd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ktigcc/mainform.ui.h

+ 2 - 0
ktigcc/mainform.ui.h

@@ -805,6 +805,7 @@ void MainForm::fileSave_saveAs(QListViewItem *theItem)
     theFile->fileName=saveFileName;
     theFile->isNew=FALSE;
     theFile->isDirty=FALSE;
+    updateRightStatusLabel();
   }
 }
 
@@ -927,6 +928,7 @@ void MainForm::fileSave_fromto(const QString &lastProj,const QString &nextProj)
     projectFileName=nextProj;
     projectIsDirty=FALSE;
   }
+  updateRightStatusLabel();
 }
 
 void MainForm::fileSave()