Mercurial > pidgin
diff plugins/docklet/docklet.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 | c9ac1976ef01 |
| children | 81a9ddc3f415 |
line wrap: on
line diff
--- a/plugins/docklet/docklet.c Fri Aug 20 04:59:53 2004 +0000 +++ b/plugins/docklet/docklet.c Fri Aug 20 05:11:30 2004 +0000 @@ -30,7 +30,7 @@ - optional pop up notices when GNOME2's system-tray-applet supports it */ #include "internal.h" -#include "gtkinternal.h" +#include "gtkgaim.h" #include "core.h" #include "debug.h"
