Skip to content

Commit

Permalink
Fixed bug with * not being readded after saving file
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffHoogland committed Mar 23, 2015
1 parent 5e9f7bb commit d943706
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions epad
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@ class Interface(object):
# open statement above for some odd reason ...
if not self.tabbs.currentTab.mainEn.is_empty:
self.tabbs.currentTab.mainEn.file_save()
self.mainWindow.title_set("%s - ePad"
% os.path.basename(self.tabbs.currentTab.mainEn.file[0]))
self.tabbs.currentTab.data["button"].text = os.path.basename(self.tabbs.currentTab.mainEn.file[0])
self.tabbs.currentTab.setDirty(False)
self.tabbs.currentTab.isSaved = True

def fileSelected(self, fs, file_selected, onStartup=False):
Expand Down

0 comments on commit d943706

Please sign in to comment.