GNOME Bugzilla – Bug 164003
Gradient Editor should indicate if gradient is read-only
Last modified: 2005-04-16 20:50:07 UTC
All disabled elements in the gradient-editor dialog when the gradient is read-only are not visible in the UI, save for the gradient title. The handles do not move, the context menu doesn't show up, but if one gets in there clicking in the "edit" button of the gradients dialog, he won't know what to do. So I suggest that the string "read only" shows up right beside the "gradient editor" tittle string, or on the text are bellow. I noted this due to the e-mail from Judy Wilson on gimp-users.
Fixed in CVS: 2005-04-16 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdataeditor.[ch]: implement GimpDocked::get_title() and add "(read only)" to the dialog's title if the data is not editable. Fixes bug #164003. (gimp_data_editor_real_set_data): call gimp_docked_title_changed() when the editable state changes. (struct GimpDataEditorClass): added "const gchar *title" member. * app/widgets/gimpbrusheditor.c * app/widgets/gimpgradienteditor.c * app/widgets/gimppaletteeditor.c (class_init): set titles.