comparison src/Makefile.mingw @ 11735:8d7c99f20e4c

[gaim-migrate @ 14026] Switch from using our old GaimGtkDisclosure widget to using the official GtkExpander widget. It works better and should make us look more uniform with other gtk apps. To maintain compatability with gtk < 2.4, I grabbed the gtkexpander.c and gtkexpander.h files from gtk+ CVS. I haven't tested compiling on a computer with gtk < 2.4 yet, so it's possible we'll need to get more stuff from gtk+ CVS. For future reference, gtkexpander.h was not modified, and gtkexpander.c was only modified to check if version is > 2.4 then do nothing. I also changed the #includes to use <> instead of "" committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Oct 2005 03:24:53 +0000
parents cae2fb7e8594
children d2db6426c88a
comparison
equal deleted inserted replaced
11734:2f6b4c544d5b 11735:8d7c99f20e4c
101 gtkcellrendererprogress.c \ 101 gtkcellrendererprogress.c \
102 gtkdebug.c \ 102 gtkdebug.c \
103 gtkdialogs.c \ 103 gtkdialogs.c \
104 gtkdnd-hints.c \ 104 gtkdnd-hints.c \
105 gtkeventloop.c \ 105 gtkeventloop.c \
106 gtkexpander.c \
106 gtkft.c \ 107 gtkft.c \
107 gtkgaim-disclosure.c \
108 gtkimhtml.c \ 108 gtkimhtml.c \
109 gtkimhtmltoolbar.c \ 109 gtkimhtmltoolbar.c \
110 gtklog.c \ 110 gtklog.c \
111 gtkmain.c \ 111 gtkmain.c \
112 gtkmenutray.c \ 112 gtkmenutray.c \