solus-cold-storage / journal

GNU General Public License v2.0
9 stars 5 forks source link

[ENHANCEMENT] Closing windows doesn't offer users a save option #44

Closed Justinzobel closed 9 years ago

Justinzobel commented 9 years ago

When closing a journal window, have it check to see if any are unsaved and prompt the user for each one to see if they want it saved before the window is closed and changes lost (see gedit code for example, though theres doesn't actually close it after you save the item strangely).

ryanleesipes commented 9 years ago

Lol. This should be easy considering I already have the code for when you close an unsaved tab.

On Fri, Feb 27, 2015, 5:56 PM Justin notifications@github.com wrote:

When closing a journal window, have it check to see if any are unsaved and prompt the user for each one to see if they want it saved before the window is closed and changes lost (see gedit code for example, though theres doesn't actually close it after you save the item strangely).

— Reply to this email directly or view it on GitHub https://github.com/evolve-os/journal/issues/44.

Justinzobel commented 9 years ago

Fixed in https://github.com/solus-project/journal/pull/71