Skip to content

Commit

Permalink
Fixes #27.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 1, 2014
1 parent 03d6b33 commit 99315b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gns3/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def setUnsavedState(self):

if not self._ignore_unsaved_state:
self.setWindowModified(True)
self.uiSaveProjectAction.setEnabled(True)

def ignoreUnsavedState(self, value):
"""
Expand Down Expand Up @@ -1015,7 +1014,6 @@ def _setCurrentFile(self, path=None):
self._temporary_project = False
self.setWindowFilePath(path)
self.setWindowModified(False)
self.uiSaveProjectAction.setEnabled(False)

@staticmethod
def instance():
Expand Down

0 comments on commit 99315b1

Please sign in to comment.