comparison src/Makefile.am @ 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 386ec55b6a15
comparison
equal deleted inserted replaced
11734:2f6b4c544d5b 11735:8d7c99f20e4c
247 gtkconv.c \ 247 gtkconv.c \
248 gtkdebug.c \ 248 gtkdebug.c \
249 gtkdialogs.c \ 249 gtkdialogs.c \
250 gtkdnd-hints.c \ 250 gtkdnd-hints.c \
251 gtkeventloop.c \ 251 gtkeventloop.c \
252 gtkexpander.c \
252 gtkft.c \ 253 gtkft.c \
253 gtkgaim-disclosure.c \
254 gtkimhtml.c \ 254 gtkimhtml.c \
255 gtkimhtmltoolbar.c \ 255 gtkimhtmltoolbar.c \
256 gtklog.c \ 256 gtklog.c \
257 gtkmain.c \ 257 gtkmain.c \
258 gtkmenutray.c \ 258 gtkmenutray.c \
292 gtkconvwin.h \ 292 gtkconvwin.h \
293 gtkdebug.h \ 293 gtkdebug.h \
294 gtkdialogs.h \ 294 gtkdialogs.h \
295 gtkdnd-hints.h \ 295 gtkdnd-hints.h \
296 gtkeventloop.h \ 296 gtkeventloop.h \
297 gtkexpander.h \
297 gtkft.h \ 298 gtkft.h \
298 gtkgaim.h \ 299 gtkgaim.h \
299 gtkgaim-disclosure.h \
300 gtkimhtml.h \ 300 gtkimhtml.h \
301 gtkimhtmltoolbar.h \ 301 gtkimhtmltoolbar.h \
302 gtklog.h \ 302 gtklog.h \
303 gtkmenutray.h \ 303 gtkmenutray.h \
304 gtknotify.h \ 304 gtknotify.h \