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 352680 - Save on close for readonly files does not work as expected
Save on close for readonly files does not work as expected
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
git master
Other All
: Normal major
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-24 14:47 UTC by Paolo Maggi
Modified: 2006-08-24 15:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Patch v.1 (3.12 KB, patch)
2006-08-24 14:57 UTC, Paolo Maggi
none Details | Review

Description Paolo Maggi 2006-08-24 14:47:53 UTC
Save on close for readonly files does not work as expected

How to reproduce:
1. Open a readonly file
2. Modify it
3. Close it
4. The close confirmation dialog is shown. Press Save

Result:
  An error is reported. [for local files, nothing for remote ones (but this is another bug)]

Expected result:
  The save as dialog should be shown
Comment 1 Paolo Borelli 2006-08-24 14:51:46 UTC
It pops up the save as dialog here...
Comment 2 Paolo Maggi 2006-08-24 14:57:39 UTC
Created attachment 71532 [details] [review]
Patch v.1
Comment 3 Paolo Maggi 2006-08-24 15:00:40 UTC
It pops up the save as dialog only if you use close all or close the window.
Right?
Comment 4 Paolo Maggi 2006-08-24 15:09:06 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.