comparison src/browser.c @ 6371:8f94cce8faa5

[gaim-migrate @ 6876] I think I touched almost every file. Here's what happened. I started off fixing up the Makefile.am and configure.ac files to help with the core/UI split some. Then I got annoyed with the build_{allow,deny}_list() functions that everything used, and decided to core/UI split privacy. While doing that, I decided to redesign the dialog. So now, a lot has changed, but not really so much. Just that most files got affected. Oh yeah, and the UI stuff was taken out of internal.h and moved to gtkinternal.h. If you use this, please be aware of this change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 10:55:04 +0000
parents b77c0feec150
children fb64cc87bc96
comparison
equal deleted inserted replaced
6370:a4b83df2165b 6371:8f94cce8faa5
23 * 23 *
24 * This code is mainly taken from Netscape's sample implementation of 24 * This code is mainly taken from Netscape's sample implementation of
25 * their protocol. Nifty. 25 * their protocol. Nifty.
26 * 26 *
27 */ 27 */
28 #include "internal.h" 28 #include "gtkinternal.h"
29 29
30 #include <gdk/gdkprivate.h> 30 #include <gdk/gdkprivate.h>
31 31
32 #include "debug.h" 32 #include "debug.h"
33 #include "notify.h" 33 #include "notify.h"