Commit 5e363349 authored by Matthias Klose's avatar Matthias Klose

- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).

parent f798b2d1
......@@ -819,7 +819,7 @@ class EditorWindow(object):
def close(self):
reply = self.maybesave()
if reply != "cancel":
if str(reply) != "cancel":
self._close()
return reply
......
......@@ -286,6 +286,8 @@ Library
- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
were transposed.
- idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).
Extension Modules
-----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment