diff 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
line wrap: on
line diff
--- a/src/Makefile.am	Sun Oct 23 02:41:51 2005 +0000
+++ b/src/Makefile.am	Sun Oct 23 03:24:53 2005 +0000
@@ -249,8 +249,8 @@
 	gtkdialogs.c \
 	gtkdnd-hints.c \
 	gtkeventloop.c \
+	gtkexpander.c \
 	gtkft.c \
-	gtkgaim-disclosure.c \
 	gtkimhtml.c \
 	gtkimhtmltoolbar.c \
 	gtklog.c \
@@ -294,9 +294,9 @@
 	gtkdialogs.h \
 	gtkdnd-hints.h \
 	gtkeventloop.h \
+	gtkexpander.h \
 	gtkft.h \
 	gtkgaim.h \
-	gtkgaim-disclosure.h \
 	gtkimhtml.h \
 	gtkimhtmltoolbar.h \
 	gtklog.h \