aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-02 19:17:40 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-02 19:17:40 +0000
commit27957c4c0dd002b6134dd752fd97d75bc0f2f2dc (patch)
tree60b2dfd3b565d75fd9e1b9c30ea58bfd66f958d9
parent395bb2190150d7ca94b72877e26c6a45a9aeda57 (diff)
We don't use our own clist for GTK+ 1.3[.x], either.
svn path=/trunk/; revision=12658
-rw-r--r--gtk/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.c b/gtk/main.c
index 5c36257163..0e0766a223 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -1592,7 +1592,7 @@ main(int argc, char *argv[])
/* Let GTK get its args */
gtk_init (&argc, &argv);
-#if GTK_MAJOR_VERSION < 2
+#if GTK_MAJOR_VERSION < 2 && GTK_MINOR_VERSION < 3
/* initialize our GTK eth_clist_type */
init_eth_clist_type();
#endif