GNOME Bugzilla – Bug 365919
Close the save dialog after succesful saving
Last modified: 2006-11-17 16:40:50 UTC
The save dialog should close after a succesful save.
Created attachment 75531 [details] [review] Proposed fix This refactors the save logic a bit, so that it has less code duplication and closes after save was succesful. Zaheer, could you review this one? Please let me know if this is okay to commit.
2006-11-17 Wouter Bolsterlee <wbolster@cvs.gnome.org> * istanbul/main/save_window.py: Close the save dialog after usage. Did some refactoring of the save method as well. Fixes bug #365919.