aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-01-16 16:32:18 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-01-16 16:32:18 +0000
commit843681b79280bba7393a822db7c3c3ec0ba433d9 (patch)
tree0c4c483ce4617e8d4e0f7a5e4560d0a3246e274d
parentcbdef708011821c54a9415118d83dbc2503c7b5a (diff)
help_topic_gtk() is needed in GTK 1.2 builds so don't #ifdef(GKT2) it out
svn path=/trunk/; revision=20451
-rw-r--r--gtk/help_dlg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 4d53f0df3c..b9f57d6072 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -266,7 +266,6 @@ static void help_topic_html(const gchar *topic) {
}
-#if (GLIB_MAJOR_VERSION >= 2)
/*
* Open the help dialog and show a specific GTK help page.
*/
@@ -299,7 +298,6 @@ static void help_topic_gtk(const gchar *topic) {
/* topic page not found, default (first page) will be shown */
}
-#endif
/*