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 130943 - Add long dirty indicator to image title
Add long dirty indicator to image title
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
git master
Other All
: Normal enhancement
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-01-08 22:40 UTC by Henrik Brix Andersen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Henrik Brix Andersen 2004-01-08 22:40:50 UTC
As proposed in bug #120424 it would be nice if we could have an optional
long dirty flag indicator added to the image title format string.

Bug #120424 has a patch written by David Neary attached which can be used
for inspiration.
Comment 1 Henrik Brix Andersen 2004-01-08 22:41:32 UTC
Setting milistone to 2.2.
Comment 2 Michael Natterer 2004-07-12 23:36:58 UTC
Fixed in CVS:

2004-07-13  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-dump.c
	* app/display/gimpdisplayshell-title.c
	(gimp_display_shell_format_title): applied patch from Dave Neary
	which adds %B which expands to (modified) if the image is
	dirty. Also added %A which expands to (clean) because we also have
	a short indicator for the clean image. Fixes bug #130943.