diff src/gtkgaim.h @ 11753:59ae71ae0b7c

[gaim-migrate @ 14044] A couple more backwards compatibility things - include our local gtkexpander.h for Gtk < 2.4, and gtk_combo_box_set_row_separator_func is new with 2.6, I just #if'd it out for older Gtk's - is that all we need to do? committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 23 Oct 2005 13:37:57 +0000
parents a511b77a368b
children bfbb1798535e
line wrap: on
line diff
--- a/src/gtkgaim.h	Sun Oct 23 13:30:41 2005 +0000
+++ b/src/gtkgaim.h	Sun Oct 23 13:37:57 2005 +0000
@@ -46,10 +46,12 @@
  * This is backwards-compatibility code for older versions of GTK+ (< 2.4.x)
  * It defines the new wrap behavior (unknown in earlier versions)
  * as the old (slightly buggy) wrap behavior.
+ * It also includes our back-ported GtkExpander
  */
 /** @cond */
 #if (!GTK_CHECK_VERSION(2,4,0))
 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
+#include "gtkexpander.h"
 #endif
 /** @endcond */