After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 365919 - Close the save dialog after succesful saving
Close the save dialog after succesful saving
Status: RESOLVED FIXED
Product: istanbul
Classification: Other
Component: general
HEAD CVS
Other Linux
: Normal normal
: ---
Assigned To: Istanbul maintainers
Istanbul QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-27 19:42 UTC by Wouter Bolsterlee (uws)
Modified: 2006-11-17 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (3.90 KB, patch)
2006-10-27 19:46 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Wouter Bolsterlee (uws) 2006-10-27 19:42:08 UTC
The save dialog should close after a succesful save.
Comment 1 Wouter Bolsterlee (uws) 2006-10-27 19:46:01 UTC
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.
Comment 2 Wouter Bolsterlee (uws) 2006-11-17 16:40:50 UTC
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.