Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/notebook.py
diff options
context:
space:
mode:
authorroot <root@ghunt-desktop.(none)>2010-04-23 17:53:01 (GMT)
committer root <root@ghunt-desktop.(none)>2010-04-23 17:53:01 (GMT)
commit91384302ef04ee915a9a80f9efa0215836975473 (patch)
tree78c330a1091ce2ef82f48f51357790b42fde5a6f /notebook.py
parent0378b3d4fb15f29752431b7477b69091797dfb74 (diff)
second try to get git to track the files I care about
Diffstat (limited to 'notebook.py')
-rw-r--r--notebook.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/notebook.py b/notebook.py
index bdccf42..9ca58b4 100644
--- a/notebook.py
+++ b/notebook.py
@@ -147,5 +147,6 @@ class Notebook(gtk.Notebook):
page = self.page_num(child)
#If the close icon is clicked and file changed, ask about saving
self.interactive_close = True
+ self.save_page()
if page != -1:
self.remove_page(page)