GNOME Bugzilla – Bug 337214
confirmation dialog lacking help.
Last modified: 2006-12-07 15:46:33 UTC
As part of a fix for http://bugzilla.gnome.org/show_bug.cgi?id=168904 The help button on vino's confirmation dialog was made insensitive. What's the point in having a button there if it's always going to be insensitive, either help should be written and the help button enabled and pointed towards it.. see : http://bugzilla.gnome.org/show_bug.cgi?id=337213 Maybe it should just be pointed to the preferences help in the user guide ? if not then it should probably be removed.
Yeah, probably should just remove the button for now - i.e. change the set_sensitive() to hide(). The only valid reason I can think of for me making it insensitive would be that that was the HIG recomendation - sounds unlikely, but perhaps worth checking out.
Mark, why not just remove it from glade? When we have this document written, we can add it again.
2006-12-07 Mark McLoughlin <mark@skynet.ie> Fixes bug #337214 * server/vino-prompt.c: (vino_prompt_setup_dialog): Hide the help button rather than making it insensitive