GNOME Bugzilla – Bug 130943
Add long dirty indicator to image title
Last modified: 2004-12-22 21:47:04 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.
Setting milistone to 2.2.
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.