comparison plugins/notify.c @ 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents fe931c791fc0
children f8e395a054e2
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
64 * -Re-added Urgent option 64 * -Re-added Urgent option
65 * -Re-added unnotify on focus option (still needs work, as it will only 65 * -Re-added unnotify on focus option (still needs work, as it will only
66 * react to focus-in events when the entry or history widgets are focused) 66 * react to focus-in events when the entry or history widgets are focused)
67 */ 67 */
68 68
69 #include "gtkinternal.h" 69 #include "internal.h"
70 #include "gtkgaim.h"
70 71
71 #include "debug.h" 72 #include "debug.h"
72 #include "prefs.h" 73 #include "prefs.h"
73 #include "signals.h" 74 #include "signals.h"
74 75