invoking help (was Re: (no subject))



On Mon, Aug 27, 2001 at 01:35:54PM +0200, Laurent Marzullo wrote:
> 

> 
> 2) When activating the help browser on any gnome application, it's the
>    default entry of 'URL handlers' that it's activated and not the 
>    'ghelp' one.
> 
>    Here entry of my Gnome Settings Windows
>    Document Handlers
>       URL Handlers
>          default	gnome-moz-remote --newwin "%s"
>          ghelp          gnome-help-browser "%s"
>          info           gnome-help-browser "%s"
>          man            gnome-help-browser "%s"
> 
>     And Mozilla is really to slow. I would like to activate
> gnome-help-browser when activating Help.
> 
>     If I put gnome-help-browser "%s" for "default", I could not open
>     URL from evolution mail.
> 

What function are you using to invoke help?

gnome_help_display should invoke the help browser selected in "URL
Handlers", as should the standard menu code:

*****************

static GnomeUIInfo help_menu [] = {
  GNOMEUIINFO_HELP ("gnome-hello"),
  
  GNOMEUIINFO_MENU_ABOUT_ITEM(about_cb, NULL),
  
  GNOMEUIINFO_END
};

*****************

Cheers,
-- 
John Fleck
jfleck inkstain net (h), http://www.inkstain.net/fleck/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]