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 653991 - Allow massively removing pictures description from multiple selection
Allow massively removing pictures description from multiple selection
Status: RESOLVED FIXED
Product: frogr
Classification: Other
Component: general
master
Other Linux
: Normal normal
: ---
Assigned To: frogr maintainers
frogr maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-05 08:41 UTC by Mario Sánchez Prada
Modified: 2011-07-07 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mario Sánchez Prada 2011-07-05 08:41:37 UTC
Currently, if you have several pictures with the same description and you open them altogether in a "Edit details" dialog, you can see such description in the 'description' field (as they all share the same text it is shown).

However, if you now remove that description and press Ok, frogr won't change it at all. This is because a bug: when opening multiple pictures for editing, frogr thinks that leaving the description empty means "no changes" to be done, which is ok when the pictures being edited have different descriptions, but not in this case.

Thus, frogr should take the text that is shown in the description field _when loading_ the dialog as the "reference text", and do the pertinent changes when pressing Ok, whenever the text there is no longer equal to that "reference text".
Comment 1 Mario Sánchez Prada 2011-07-07 15:04:46 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.