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 337214 - confirmation dialog lacking help.
confirmation dialog lacking help.
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
unspecified
Other All
: Normal minor
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on: 337213
Blocks:
 
 
Reported: 2006-04-04 15:38 UTC by Matt Keenan (IRC:MattMan)
Modified: 2006-12-07 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matt Keenan (IRC:MattMan) 2006-04-04 15:38:58 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.
Comment 1 Mark McLoughlin 2006-04-06 14:29:29 UTC
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.
Comment 2 Jonh Wendell 2006-12-07 14:33:55 UTC
Mark, why not just remove it from glade?

When we have this document written, we can add it again.
Comment 3 Mark McLoughlin 2006-12-07 15:46:33 UTC
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