2007-06-05 Murray Cumming <murrayc@murrayc.com>modest/trunk] > more ChangeLog2
[modest] / src / maemo / modest-platform.c
index 54798d6..4a6a6a3 100644 (file)
@@ -803,7 +803,11 @@ modest_platform_show_help (GtkWindow *parent_window,
        g_return_if_fail (osso_context);
 
        /* Show help */
+#ifdef MODEST_HILDON_VERSION_0
        result = ossohelp_show (osso_context, help_id, OSSO_HELP_SHOW_DIALOG);
+#else
+       result = hildon_help_show (osso_context, help_id, OSSO_HELP_SHOW_DIALOG);
+#endif
 
        if (result != OSSO_OK) {
                gchar *error_msg;