diff options
Diffstat (limited to 'grc/gui/MainWindow.py')
-rw-r--r-- | grc/gui/MainWindow.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/MainWindow.py b/grc/gui/MainWindow.py index c994ac23d2..2d8de8cd08 100644 --- a/grc/gui/MainWindow.py +++ b/grc/gui/MainWindow.py @@ -332,7 +332,6 @@ class MainWindow(Gtk.ApplicationWindow): self.notebook.remove_page(self.notebook.page_num(self.page_to_be_closed)) if ensure and self.notebook.get_n_pages() == 0: self.new_page() #no pages, make a new one - self.current_page.saved = False self.page_to_be_closed = None #set the page to be closed back to None return True |