GNOME Bugzilla – Bug 456308
make the command entries insensitive
Last modified: 2007-07-12 21:02:55 UTC
Instead of just !editable, when the command is not custom. As things are now, the entry strongly says "edit me" visually, but then frustrates the user by refusing to be edited.
Created attachment 91687 [details] [review] the patch
Thanks, please commit.
Thanks, committed. 2007-07-12 Matthias Clasen <mclasen@redhat.com> * gnome-default-applications-properties.glade: * gnome-da-capplet.c: Change the custom command entries to be insensitive, instead of noneditable, unless we are a custom command. (#456308)
Indeed this was the original behaviour, but then Christian Persch commented on bug #327749 recommending to make entries just disabled. I also replayed that the user would probably get a bit confused :)
With Matthias' patch the entries are "just disabled". Before, they were only set to insensitive, which as you pointed out in the other bug, can be confusing. I don't see Christian asking for that there, though.