comparison src/gtkimhtml.c @ 10062:b6178d85d132

[gaim-migrate @ 11037] marv has mentioned several times in #gaim that we were never using GTK_WORD_WRAP_CHAR because we were checking if an enum is #ifdef This fixes that. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 26 Sep 2004 16:17:09 +0000
parents 5b4a0af99bf7
children fbab7f05b054
comparison
equal deleted inserted replaced
10061:83eb12b1f1a1 10062:b6178d85d132
57 # define _(x) (x) 57 # define _(x) (x)
58 #endif 58 #endif
59 59
60 #include <pango/pango-font.h> 60 #include <pango/pango-font.h>
61 61
62 /* GTK+ < 2.2.2 hack, see gtkdialogs.h for details. */ 62 /* GTK+ < 2.4.x hack, see gtkgaim.h for details. */
63 #ifndef GTK_WRAP_WORD_CHAR 63 #if (!GTK_CHECK_VERSION(2,4,0))
64 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD 64 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
65 #endif 65 #endif
66 66
67 #define TOOLTIP_TIMEOUT 500 67 #define TOOLTIP_TIMEOUT 500
68 68