X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-hildon-includes.h;h=2b056f41811f71677df817db0a0c15942bc62266;hb=71ee02905c83ab1eb1f0b4236384cdcc9ed2c8a3;hp=a67cdf8794d08d76b6682114ad984276f0c5db94;hpb=e950ccf634efa2c9103dd329304d696a597608e3;p=modest diff --git a/src/maemo/modest-hildon-includes.h b/src/maemo/modest-hildon-includes.h index a67cdf8..2b056f4 100644 --- a/src/maemo/modest-hildon-includes.h +++ b/src/maemo/modest-hildon-includes.h @@ -109,8 +109,20 @@ k * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, #define hildon_uri_open osso_uri_open #define hildon_mime_get_icon_names osso_mime_get_icon_names - #endif /*MODEST_HAVE_OSSO_MIME*/ + +/* helplib to use */ +#ifdef MODEST_HAVE_OSSO_HELP +#define hildon_help_show ossohelp_show +#define hildon_help_dialog_help_enable ossohelp_dialog_help_enable +#define HILDON_HELP_SHOW_DIALOG OSSO_HELP_SHOW_DIALOG +#else +#ifdef MODEST_HAVE_HILDON_HELP +/* nothing */ +#endif /*MODEST_HAVE_HILDON_HELP*/ +#endif /*MODEST_HAVE_OSSO_HELP*/ + + #endif /*__MODEST_HILDON_INCLUDES__*/