Should have done this in the last checkin: wrap help_topic_html() in #ifdef(GLIB2) as it's only used (and only works) there

svn path=/trunk/; revision=20454
This commit is contained in:
Jeff Morriss 2007-01-16 17:40:00 +00:00
parent 3e2faba8b4
commit a5017f043f
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,7 @@ gboolean topic_available(topic_action_e action) {
}
#if (GLIB_MAJOR_VERSION >= 2)
/*
* Open the help dialog and show a specific HTML help page.
*/
@ -264,6 +265,7 @@ static void help_topic_html(const gchar *topic) {
g_string_free(url, TRUE /* free_segment */);
}
#endif
/*