From c801089e652c61fc3604d9a9100e9d3d84fd3dbf 2013-05-02 00:32:47
From: MinRK <benjaminrk@gmail.com>
Date: 2013-05-02 00:32:47
Subject: [PATCH] rename shouldn't create a checkpoint

---

diff --git a/IPython/frontend/html/notebook/static/js/savewidget.js b/IPython/frontend/html/notebook/static/js/savewidget.js
index 11cd8ef..eb8bbc4 100644
--- a/IPython/frontend/html/notebook/static/js/savewidget.js
+++ b/IPython/frontend/html/notebook/static/js/savewidget.js
@@ -96,7 +96,7 @@ var IPython = (function (IPython) {
                         );
                     } else {
                         IPython.notebook.set_notebook_name(new_name);
-                        IPython.notebook.save_checkpoint();
+                        IPython.notebook.save_notebook();
                         $(this).dialog('close');
                     }
                 },